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.
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?
Return the Guix package name for a given package NAME.
Return true if FILE denotes a compressed file.
Remove all of the keyword arguments listed in KEYWORDS from ARGS.