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.
Read the derivation in FILE, a '.drv' file, and return the corresponding <derivation> object.
Given INPUTS, a list of derivation-inputs, return two values: the list of derivations to build, in topological order, and the list of substitutable items that, together, allow INPUTS to be realized.
SUBSTITUTABLE-INFO must be a one-argument procedure similar to that returned by 'substitution-oracle'.
Read the derivation from PATH (`/gnu/store/xxx.drv'), and return the list of name/path pairs of its outputs.
Return the names of the outputs of DRV.
Return the file name corresponding to MODULE, a Guile module name (a list of symbols.)
Return the base name of DRV.
Return a <derivation-input> for the OUTPUTS of DRV.
Build DERIVATIONS, a list of <derivation> or <derivation-input> objects, .drv file names, or derivation/output pairs, using the specified MODE.
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.