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 propagated inputs of PACKAGE, and their propagated inputs, recursively.
Cross-build PACKAGE for TARGET (a GNU triplet) from host SYSTEM (a Guix system identifying string).
Return a list of (assoc-ref ALIST <label>) for each (<label> <package> . _) in INPUTS and their transitive propagated inputs.
Return the <derivation> object of PACKAGE for SYSTEM.
Same as 'package-transitive-inputs', but applied to a bag.
Return the transitive target inputs of PACKAGE---i.e., its direct inputs along with their propagated inputs, recursively. This only includes inputs for the target system, and not native inputs.
Return PACKAGE's direct sources, and their direct sources, recursively.
Return the derivation for SYSTEM of the default Guile package used to run the build code of derivation.
Return the file name of ORIGIN, either its 'file-name' field or the file name of its URI.
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.