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 CABAL-SEXP produced by 'read-cabal', evaluate all conditionals and return a 'cabal-package' object. The values of all tests can be overwritten by specifying the desired value in ENV. ENV must be an alist. The accepted keys are: "os", "arch", "impl" and a name of a flag. The value associated with a flag has to be either "true" or "false". The value associated with other keys has to conform to the Cabal file format definition.
Read a Cabal file from PORT. FILE-NAME is a string used in error messages. If #f use the function 'port-filename' to obtain it.