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 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 all source origins associated with PACKAGE; including origins in PACKAGE's inputs and patches.
Look up NAME among PACKAGE's native inputs. Return it if found, #f otherwise.
Return the Guile package used to build grafting derivations.
Return the upstream name of PACKAGE, which could be different from the name it has in Guix.
Return the list of search paths for PACKAGE and its propagated inputs, recursively.
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 #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.