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 base name of DRV.
Given MAPPING, a list of pairs of derivations, return a derivation based on DRV where all the 'car's of MAPPING have been replaced by its 'cdr's, recursively.
Return the list of name/path pairs of 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.
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 in FILE, a '.drv' file, and return the corresponding <derivation> object.
Return true if INPUT is valid--i.e., if all the outputs it requests are in the store.
Return the output file name of INPUT. If INPUT has more than one outputs, an error is raised.
Return the hash of DRV, modulo its fixed-output inputs, as a bytevector.
Return the file name corresponding to MODULE, a Guile module name (a list of symbols.)