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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Return the default patchelf package.
Build SOURCE using binary-build-system. WRAPPER-PLAN is a list of strings for files which patchelf will add the INPUTS (which implicitly includes the base packages needed for chromium-based binaries) to RPATH and wrap with needed environment variables. Optionally, an entry can be a list with the first entry the file to be patched and the second a list of additional inputs for patchelf, like PATCHELF-PLAN in binary-build-system. PATCHELF-PLAN itself is ignored if WRAPPER-PLAN is not '().
Return a bag for NAME.
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, whose full text can be found at URI, which may be a file:// URI pointing the package's tree.
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 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
Return a package with wrapper script to launch the supplied container object in a sandboxed FHS environment.
Create a ld.so.cache file-like object from an ld.so.conf file.