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.
Compile PACKAGE into a bag for SYSTEM, possibly cross-compiled to TARGET, and return it.
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 the derivation to build BAG for SYSTEM. Optionally, CONTEXT can be a package object describing the context in which the call occurs, for improved error reporting.
Write ACL to PORT in canonical-sexp format.
Return #t if SIG is valid.
Return an ACL that lists all of KEYS with a '(guix import)' tag---meaning that all of KEYS are authorized for archive imports. Each element in KEYS must be a canonical sexp with type 'public-key'.
Return the signer's public key for SIG.
Return the public keys (as canonical sexps) listed in ACL with the '(guix import)' tag.
Return #t if KEY (a canonical sexp) is an authorized public key for archive imports according to ACL.
Return a SPKI-style sexp for the signature of DATA with SECRET-KEY that includes DATA, the actual signature value (with a 'sig-val' tag), and PUBLIC-KEY (see <http://theworld.com/~cme/spki.txt> for examples.)
Return the signed data from SIG, typically an sexp such as (hash "sha256" #...#).