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.
Return the list of name/version pairs corresponding to the set of packages available in INFERIOR.
This is faster and less resource-intensive than calling 'inferior-packages'.
Return an inferior for CHANNELS, a list of channels. Use the cache at CACHE-DIRECTORY, where entries can be reclaimed after TTL seconds. This procedure opens a new connection to the build daemon.
This is a convenience procedure that people may use in manifests passed to 'guix package -m', for instance.
Return a "provenance sexp" for PACKAGE, an inferior package. The result is similar to the sexp returned by 'package-provenance' for regular packages.
Return the Texinfo description of PACKAGE, an inferior package. When TRANSLATE? is true, translate it to the current locale's language.
Return a manifest entry for the OUTPUT of package PACKAGE.
Return the list of packages known to INFERIOR.
Close INFERIOR.
Return a derivation that evaluates EXP with GUIX, an instance of Guix as returned for example by 'channel-instances->derivation'. Other arguments are passed as-is to 'gexp->derivation'.
When SILENT-FAILURE? is true, create an empty output directory instead of failing when GUIX is too old and lacks the 'guix repl' command.
Given PIPE, an input/output port, return an inferior that talks over PIPE. PIPE is closed with CLOSE when 'close-inferior' is called on the returned inferior.
Return the home page of PACKAGE.
Return an input port to read the content of OBJECT from.
Return a content object for an empty directory.
Publish OBJECT under the current peer ID.
Add FILE to DIRECTORY under NAME, and return the resulting directory. DIRECTORY and FILE must be hashes identifying objects in the IPFS store.
Add FILE under NAME to the IPFS and return a content object for it.
Add DATA, a bytevector, to IPFS. Return a content object representing it.