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.
Given the NAME of a Cabal package, return the corresponding Guix name.
Given a Hackage package NAME and VERSION, return a url to the corresponding .cabal file on Hackage. If VERSION is #f or missing, the url for the latest version is returned.
Return the list of <upstream-input> for CABAL representing its dependencies.
Convert the list of STRINGS into a list of license objects.
Fetch the metadata for PACKAGE-NAME from hexpms.io, and return the `package' s-expression corresponding to that package, or #f on failure. When VERSION is specified, attempt to fetch that version; otherwise fetch the latest version of PACKAGE-NAME.
Return the hex.pm name of PACKAGE.
Return a representation of the JSON resource URL (a list or hash table), or #f if URL returns 403 or 404. HEADERS is a list of HTTP headers to pass in the query. HTTP-FETCH is called to perform the request: for example, to enable caching, supply 'http-fetch/cached'.
Convert the FILE containing a JSON package definition to a Scheme representation and return the new file name (or #F on error).
Read FILE-NAME containing one ore more JSON package definitions and return a list of S-expressions, or return #F when the JSON is invalid.
Is PKG a Luanti mod on ContentDB?
Sort PACKAGES by SORT, in descending order.
Return an <upstream-source> for the latest release of the package PKG, or #false if the latest release couldn't be determined.
If NAME is an AUTHOR/NAME string, return it. Otherwise, try to determine the author and return an appropriate AUTHOR/NAME string. If that fails, raise an exception.