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 closure of PACKAGES on SYSTEM--i.e., PACKAGES and the list of packages they depend on, recursively.
Same as 'package-transitive-native-inputs', but applied to a bag.
Return all the direct inputs of PACKAGE---i.e, its direct inputs along with their propagated inputs.
Look up NAME among PACKAGE's inputs. Return it if found, #f otherwise.
This monadic procedure changes the Guile currently used to run the build code of derivations to GUILE, a package object, compiled for SYSTEM.
Same as 'package-transitive-target-inputs', but applied to a bag.
Return the propagated inputs of PACKAGE, and their propagated inputs, recursively.
Return package ORIGINAL with PATCHES applied.
Same as 'package-direct-inputs', but applied to a bag.
Return the source code location of the definition of FIELD for PACKAGE, or #f if it could not be determined.
Return the <derivation> object of PACKAGE for SYSTEM.
Cross-build PACKAGE for TARGET (a GNU triplet) from host SYSTEM (a Guix system identifying string).