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 package called OLD-NAME and marked as superseded by P, a package object.
Like 'package-location', but return the location of the definition itself--i.e., that of the enclosing 'define-public' form, if any, or #f.
Return the default Guile package used to run the build code of derivations.
Return the derivation for SYSTEM of the default Guile package used to run the build code of derivation.
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 variant of PACKAGE that uses TOOLCHAIN instead of the default GNU C/C++ toolchain. TOOLCHAIN must be a list of inputs (label/package tuples) providing equivalent functionality, such as the 'gcc-toolchain' package.
Return true if P1's location is "before" P2's.