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 <upstream-source> for the latest version of PACKAGE or #f. PACKAGE must be the canonical name of a GNU package. Optionally include a VERSION string to fetch a specific version, which may be marked as partially specified via PARTIAL-VERSION?.
Rewrite URL so that the URL path components matching the current VERSION or VERSION-MAJOR.VERSION-MINOR are updated with that of the latest version found by crawling the corresponding URL directories. Alternatively, when TO-VERSION is specified, rewrite version matches directly to it without crawling URL. If TO-VERSION is provided and PARTIAL-VERSION? set to #t, then crawl URL to find the newest compatible release (one that is prefixed by TO-VERSION).
For example, the URL "https://dist.libuv.org/dist/v1.45.0/libuv-v1.45.0.tar.gz" could be rewritten to something like "https://dist.libuv.org/dist/v1.46.0/libuv-v1.46.0.tar.gz".
With TO-VERSION set to "1.49" and PARTIAL-VERSION? set to #t, the URL "https://dist.libuv.org/dist/v1.45.0/libuv-v1.45.0.tar.gz" could be rewritten to something like "https://dist.libuv.org/dist/v1.49.2/libuv-v1.49.2.tar.gz".
If STATUS, as returned by `gnupg-verify', denotes a good signature, return a fingerprint/user pair; return #f otherwise.
Like `gnupg-verify', but try downloading the public key if it's missing. Return two values: 'valid-signature and a fingerprint/name pair upon success, 'missing-key and a fingerprint if the key could not be found, and 'invalid-signature with a fingerprint if the signature is invalid.
KEY-DOWNLOAD specifies a download policy for missing OpenPGP keys; allowed values: 'auto', 'always', 'never', and 'interactive' The default policy is auto, which automatically selects the interactive policy when a TTY is connected to the standard input, or the always policy otherwise. Return a fingerprint/user name pair on success and #f otherwise.
Verify signature SIG for FILE against the keys in KEYRING. All the keys in KEYRING as assumed to be "trusted", whether or not they expired or were revoked. Return a status s-exp if GnuPG failed.
If STATUS denotes a missing-key error, then return the fingerprint of the missing key or its key id if the fingerprint is unavailable.