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 upstream name of PACKAGE, which could be different from the name it has in Guix.
Same as 'package-transitive-target-inputs', but applied to a bag.
Look up NAME among PACKAGE's propagated inputs. Return it if found, #f otherwise.
Return PACKAGE's direct sources, and their direct sources, recursively.
Return a procedure that, given a package, applies PROC to all the packages depended on and returns the resulting package. The procedure stops recursion when CUT? returns true for a given package. When DEEP? is true, PROC is applied to implicit inputs as well.
Return the <derivation> object of PACKAGE for SYSTEM.
Return the source code location of the definition of FIELD for PACKAGE, or #f if it could not be determined.
Write ACL to PORT in canonical-sexp format.
Return #t if KEY (a canonical sexp) is an authorized public key for archive imports according to ACL.