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.
Verify that the data read from DATAPORT matches SIG, an <openpgp-signature>. Fetch the public key of the issuer of SIG from KEYRING, a keyring as returned by 'get-openpgp-keyring'. Return two values: a status symbol, such as 'bad-signature or 'missing-key, and additional info, such as the issuer's OpenPGP public key extracted from KEYRING.
Return the transitive inputs of PACKAGE---i.e., its direct inputs along with their propagated inputs, recursively.
Return the list of inputs required by PACKAGE for development purposes on SYSTEM. When TARGET is true, return the inputs needed to cross-compile PACKAGE from SYSTEM to TRIPLET, where TRIPLET is a triplet such as "aarch64-linux-gnu".
Return package ORIGINAL with PATCHES applied.
Return the default Guile package used to run the build code of derivations.
Return true if P1's location is "before" P2's.
Return the package that supersedes P, or #f if P is still current.
Return the list of search paths for PACKAGE and its propagated inputs, recursively.
Look up NAME among PACKAGE's direct inputs. Return it if found, #f otherwise.