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 derivation corresponding to ORIGIN.
Return a procedure that, when passed a package, replaces its direct and indirect dependencies, including implicit inputs when DEEP? is true, according to REPLACEMENTS. REPLACEMENTS is a list of package pairs; the first element of each pair is the package to replace, and the second one is the replacement.
When RECURSIVE? is true, apply replacements to the right-hand sides of REPLACEMENTS as well, recursively.
Optionally, REWRITE-NAME is a one-argument procedure that takes the name of a package and returns its new name after rewrite.
Return PACKAGE's direct sources, and their direct sources, recursively.
Return the transitive target inputs of PACKAGE---i.e., its direct inputs along with their propagated inputs, recursively. This only includes inputs for the target system, and not native inputs.
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 #t if KEY (a canonical sexp) is an authorized public key for archive imports according to ACL.
Return #t if SIG is valid.
Return the signed data from SIG, typically an sexp such as (hash "sha256" #...#).
Return the signer's public key for SIG.
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.)
Write ACL to PORT in canonical-sexp format.
Return the public keys (as canonical sexps) listed in ACL with the '(guix import)' tag.