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.
Return the list of <upstream-input> for CABAL representing its dependencies.
Fetch the Cabal file for PACKAGE-NAME from hackage.haskell.org, or, if the called with keyword parameter PORT, from PORT. Return the `package' S-expression corresponding to that package, or #f on failure. CABAL-ENVIRONMENT is an alist defining the environment in which the Cabal conditionals are evaluated. The accepted keys are: "os", "arch", "impl" and the name of a flag. The value associated with a flag has to be either the symbol 'true' or 'false'. The value associated with other keys has to conform to the Cabal file format definition. The default value associated with the keys "os", "arch" and "impl" is "linux", "x86_64" and "ghc" respectively.
Return the Cabal file for the package NAME-VERSION, or #f on failure. If the version part is omitted from the package name, then return the latest version.
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.
Convert the list of STRINGS into a list of license objects.
Return the hex.pm name of PACKAGE.
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.
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).
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.
Is PKG a Luanti mod on ContentDB?