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 names of the outputs of DRV.
Return the list of derivation-inputs required to build DRV, recursively.
CUT? is a predicate that is passed a derivation-input and returns true to eliminate the given input and its dependencies from the search. An example of such a predicate is 'valid-derivation-input?'; when it is used as CUT?, the result is the set of prerequisites of DRV not already in valid.
Return the list of output paths corresponding to INPUT, a <derivation-input>.
Return ENTRY with an additional 'provenance' property if it's not already there.
Return the list of channels ENTRY comes from. Return the empty list if that information is missing.
Return the list of modules from SUB-DIRECTORY found in (current-profile). If 'current-profile' returns #f, search for those modules in each entry of '%load-path'.
Return the provenance of PACKAGE as an sexp for use as the 'provenance' property of manifest entries, or #f if it could not be determined.
Return the creation date of the current profile (produced by 'guix pull'), as a number of seconds since the Epoch, or #f if it could not be determined.
Return the list of channels providing PACKAGE or an empty list if it could not be determined.
Return two values: the list of package path entries to be added to the package search path, and the list to be added to %LOAD-COMPILED-PATH. These entries are taken from the 'guix pull' profile the calling process lives in, when applicable.
Return the source property association list based on the info in LOC, a location object.