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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
True if VERSION is a Go pseudo-version, i.e., a version string made of a commit hash and its date rather than a proper release tag.
Parse VERSION, a "pseudo-version" as defined at <https://golang.org/ref/mod#pseudo-versions>, and extract the commit hash from it, defaulting to full VERSION (stripped from the "+incompatible" suffix if present) if a pseudo-version pattern is not recognized. If SUBDIR is specified and this is not a pseudo-version, then this will prefix SUBDIR/ to the returned tag; when VERSION misses 'v' prefix use SUBDIR/v instead.
Return a URI string for the Haskell package hosted on Hackage corresponding to NAME and VERSION.
Build SOURCE using HASKELL, and with INPUTS. This assumes that SOURCE provides a 'Setup.hs' file as its build system.
Return the default Haskell package, resolved lazily.
Build SOURCE using Julia, and with INPUTS.
Build SOURCE using LINUX, and with INPUTS.