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 list of search paths for PACKAGE and its propagated inputs, recursively.
Return PACKAGE's direct sources, and their direct sources, recursively.
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 transitive inputs of PACKAGE---i.e., its direct inputs along with their propagated inputs, 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 a package called OLD-NAME and marked as superseded by P, a package object.
Return package ORIGINAL with PATCHES applied.