Search: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
CarstenEmde (talk | contribs) (Aded binary package search also to the technical background section) |
||
Line 34: | Line 34: | ||
wget -qO - https://www.osselot.org/curated.php?angular | grep 15.2.2 | wget -qO - https://www.osselot.org/curated.php?angular | grep 15.2.2 | ||
angular/version-15.2.2 | angular/version-15.2.2 | ||
====Search for packages from which a particular program or library is built==== | |||
To ensure that the script first searches for packages from which a specific binary file is created, “bin” must be appended to the binary file as the second URL argument and separated by an ampersand, for example | |||
wget -qO - "https://www.osselot.org/curated.php?chown&bin" | grep -v '<' | |||
coreutils/version-9.1 | |||
coreutils/version-9.3 | |||
<html> | <html> |
Revision as of 20:39, 19 June 2025
About searching
This page provides information how to use a Web script to find out whether a particular software package and optionally in a particular version already has been curated. It can be used to create references into the particular OSSelot repository on Github as exemplified here.
Find out whether a particular version of a software package is supported and has already been curated
Web interface to immediately run the above described Web script from this page and provide links to the found repositories
Look for other software packages that may have already been curated at OSSelot and provide links to the related repositories
Look for programs or libraries that are created by packages that may have already been curated at OSSelot and provide links to the related repositories
Web interfaces to extract particular information
The above Web script may be encapsulated in a shell script to extract particular information from the OSSelot resources such as disclosure documents, individually designed disclosure documents or list of licenses in use.