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 the upstream name of PACKAGE, accounting for commonly-used package name prefixes in addition to the upstream-name property.
Return true if P is "hidden"--i.e., must not be visible to user interfaces.
Return the list of patched vulnerabilities of PACKAGE as a list of CVE identifiers. The result is inferred from the file names of patches.
Return the package that supersedes P, or #f if P is still current.
Return all the direct inputs of PACKAGE---i.e, its direct inputs along with their propagated inputs.
Return the list of search paths for PACKAGE and its propagated inputs, recursively.
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.