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 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 true if P is "hidden"--i.e., must not be visible to user interfaces.
Compile PACKAGE into a bag for SYSTEM, possibly cross-compiled to TARGET, and return it.
Return the transitive native inputs of PACKAGE---i.e., its direct inputs along with their propagated inputs, recursively. This only includes inputs for the host system ("native inputs"), and not target inputs.
Return the upstream name of PACKAGE, which could be different from the name it has in Guix.
Return the transitive inputs of PACKAGE---i.e., its direct inputs along with their propagated inputs, recursively.
Return the default Guile package used to run the build code of derivations.
Return a "hidden" version of P--i.e., one that 'fold-packages' and thus, user interfaces, ignores.
Return a list of (assoc-ref ALIST <label>) for each (<label> <package> . _) in INPUTS and their transitive propagated inputs.
Same as 'package-transitive-target-inputs', but applied to a bag.