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 as a monadic value the absolute file name of FILE within the OUTPUT directory of PACKAGE. When FILE is omitted, return the name of the OUTPUT directory of PACKAGE. When TARGET is true, use it as a cross-compilation target triplet.
Note that this procedure does _not_ build PACKAGE. Thus, the result might or might not designate an existing file. We recommend not using this procedure unless you know what you are doing.
Return all source origins associated with PACKAGE; including origins in PACKAGE's inputs and patches.
Return the output path of PACKAGE's OUTPUT for SYSTEM---where OUTPUT is the symbolic output name, such as "out". Note that this procedure calls `package-derivation', which is costly.
Return a variant of PACKAGE that uses TOOLCHAIN instead of the default GNU C/C++ toolchain. TOOLCHAIN must be a list of inputs (label/package tuples) providing equivalent functionality, such as the 'gcc-toolchain' package.
Return package ORIGINAL with PATCHES applied.
Return the default Guile package used to run the build code of derivations.
This monadic procedure changes the Guile currently used to run the build code of derivations to GUILE, a package object, compiled for SYSTEM.
Look up NAME among PACKAGE's propagated inputs. Return it if found, #f otherwise.
Write ACL to PORT in canonical-sexp format.
Return the public keys (as canonical sexps) listed in ACL with the '(guix import)' tag.