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.
Similar to 'environment-variable-definition', but applied to a <search-path-specification>.
Convert SEXP, which is as returned by 'search-path-specification->sexp', to a <search-path-specification> object.
Return an sexp representing SPEC, a <search-path-specification>. The sexp corresponds to the arguments expected by `set-path-environment-variable'.
Set the search path environment variables specified by SEARCH-PATHS for the given directories.
Return a file-like object that contains a compiled Guix.
Return the whole Guix package NAME that uses MODULES, a derivation of all the modules (under share/guile/site and lib/guile), and DEPENDENCIES, a list of packages depended on. COMMAND is the 'guix' program to use; INFO is the Info manual.
Return, as a monadic value, the derivation to build the Guix from SOURCE for GUILE-VERSION. Use VERSION as the version string. Use CHANNEL-METADATA as the channel metadata sexp to include in (guix config).
PULL-VERSION specifies the version of the 'guix pull' protocol. Return #f if this PULL-VERSION value is not supported.