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 the Guile package used to build grafting derivations.
Return package ORIGINAL with all PATCHES appended to its list of patches.
Return true if P1's location is "before" P2's.
Same as 'package-direct-inputs', but applied to a bag.
Same as 'package-transitive-target-inputs', but applied to a bag.
Compile PACKAGE into a bag for SYSTEM, possibly cross-compiled to TARGET, and return it.
Return the source code location of the definition of FIELD for PACKAGE, or #f if it could not be determined.
Return the transitive inputs of PACKAGE---i.e., its direct inputs along with their propagated inputs, recursively.
Like 'package-location', but return the location of the definition itself--i.e., that of the enclosing 'define-public' form, if any, or #f.
Return the upstream name of PACKAGE, which could be different from the name it has in Guix.
Return the "target inputs" of BAG, recursively.