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 list of patched vulnerabilities of PACKAGE as a list of CVE identifiers. The result is inferred from the file names of patches.
This monadic procedure changes the Guile currently used to run the build code of derivations to GUILE, a package object, compiled for SYSTEM.
Return the intersection of the systems supported by PACKAGE and those supported by its dependencies.
Return the "target inputs" of BAG, recursively.
Return all the direct inputs of PACKAGE---i.e, its direct inputs along with their propagated inputs.
Return the output path of PACKAGE's OUTPUT for SYSTEM---where OUTPUT is the symbolic output name, such as "out". Note that this procedure calls `package-derivation', which is costly.
Return the upstream name of PACKAGE, accounting for commonly-used package name prefixes in addition to the upstream-name property.
Cross-build PACKAGE for TARGET (a GNU triplet) from host SYSTEM (a Guix system identifying string).
Like 'package-location', but return the location of the definition itself--i.e., that of the enclosing 'define-public' form, if any, or #f.
Look up NAME among PACKAGE's propagated inputs. Return it if found, #f otherwise.
Return package ORIGINAL with PATCHES applied.