Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Return a fixed-output derivation that fetches URL (a string) which is expected to have HASH of type HASH-ALGO (a symbol). By default, the file name is the base name of URL; optionally, NAME can specify a different file name.
This is a simpler version of url-fetch from Guix, that doesn't support mirror:// or file:// uris. It is specifically designed to prevent substitution of the source, for the purpose of downloading copyrighted content you have access to, but you don't have the right to redistribute. By marking the derivation as non substitutable, this fetch prevents you from giving others access to the source if you run a substitute server on your machine.
Return a nonfree license for packages which may not be redistributed, whose full text can be found at URI, which may be a file:// URI pointing the package's tree.
Return a nonfree license, whose full text can be found at URI, which may be a file:// URI pointing the package's tree.
Return true if MODULE is not (guix store deduplication)
Takes a list of package objects and returns a file-like object for ld.so.conf in the Guix store
Create a package housing the union of inputs.
Create a ld.so.cache file-like object from an ld.so.conf file.