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.
Invalidate internal derivation caches. This is mostly useful for long-running processes that know what they're doing. Use with care!
Return the names of the outputs of DRV.
Return #t if DRV can be substituted.
Return the file name corresponding to MODULE, a Guile module name (a list of symbols.)
Return the list of name/path pairs of the outputs of DRV.
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 a <derivation-input> for the OUTPUTS of DRV.
Read the derivation from PATH (`/gnu/store/xxx.drv'), and return the store path of its output OUTPUT.
Return the store path of its output OUTPUT. Raise a '&derivation-missing-output-error' condition if OUTPUT is not an output of DRV.
Read the derivation from PATH (`/gnu/store/xxx.drv'), and return the list of name/path pairs of its outputs.