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 a predicate that returns true when passed a package whose source is an <origin> with the URL-FETCH method, and one of its URLs passes MATCHING-URL?.
Return the subset of inputs of SOURCE that have the given TYPE.
Download the tarball at URL to the store; check its OpenPGP signature at SIGNATURE-URL, unless SIGNATURE-URL is false. On success, return the tarball file name; return #f on failure (network failure or authentication failure).
KEY-DOWNLOAD specifies a download policy for missing OpenPGP keys; allowed values: 'auto' (default), 'always', 'interactive' and 'never'; KEY-SERVER specifies the OpenPGP key server where the key should be looked up.
Like 'package-latest-release', but ensure that the return source is newer than that of PACKAGE.
Return the subset of inputs of SOURCE that have the given TYPE.
Return a predicate that returns true when passed a package where one of its source URLs starts with PREFIX.
Return the subset of inputs of SOURCE that have the given TYPE.
Modify the source file that defines PACKAGE to refer to SOURCE, an <upstream-source> whose tarball has SHA256 HASH (a bytevector). Return the new version string if an update was made, and #f otherwise.
Return a predicate that returns true when passed an <upstream-input> record of the given TYPE (a symbol such as 'propagated).
Return ARGS augmented with any keyword/value from DEFAULTS for keywords not already present in ARGS.
Are we running on a 64bit Hurd? This is almost never the right function, use target-hurd64? or system-hurd64? instead.
Compute the Levenshtein distance between two strings.
Is the current system the 64bit GNU(/Hurd) system?