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.
Read from PORT an ASCII-armored Radix-64 stream, decode it, and return the result as a bytevector as well as the type, a string such as "PGP MESSAGE". Return #f if PORT does not contain a valid Radix-64 stream, and the end-of-file object if the Radix-64 sequence was truncated.
Return a "hidden" version of P--i.e., one that 'fold-packages' and thus, user interfaces, ignores.
Return a package called OLD-NAME and marked as superseded by P, a package object.
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 source code location of PACKAGE as a <location> record, or #f if it is not known.