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 an updater among UPDATERS that matches PACKAGE, or #f if none of them matches.
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 the new version, the file name of the new version tarball, and input changes for PACKAGE; return #f (three values) when PACKAGE is up-to-date; raise an error when the updater could not determine available releases. KEY-DOWNLOAD specifies a download policy for missing OpenPGP keys; allowed values: 'always', 'auto' (default), 'never', and 'interactive'.
When VERSION is specified, update PACKAGE to that version, even if that is a downgrade. When PARTIAL-VERSION? is true, treat VERSION as having been only partially specified, in which case the package will be updated to the newest compatible version if there are no exact match for VERSION. For example, providing "46" as the version may update the package to version "46.6.4".
Return the subset of inputs of SOURCE that have the given TYPE.
Return the subset of inputs of SOURCE that have the given TYPE.
Coalesce the elements of SOURCES, a list of <upstream-source>, that correspond to the same version.
Return a predicate that returns true when passed an <upstream-input> record of the given TYPE (a symbol such as 'propagated).
Return #t when A denotes a version newer or equal to B.
Return the extension of FILE or #f if there is none.
Return an input port where data drained from INPUT is filtered through COMMAND (a list). In addition, return a list of PIDs that the caller must wait. When INPUT is a file port, it must be unbuffered; otherwise, any buffered data is lost.
Is the architecture of TARGET a variant of Intel/AMD's 64-bit architecture (x86_64) using 32-bit data types?