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.
Read and evaluate STR, which can also be a port, raising an error if something goes wrong. STR may contain one or more expressions; the return value is that of the last evaluated expression.
Like 'roll-back', but display what is happening.
Read and evaluate STR and return the package it refers to, or exit an error.
Return the list of generations matching a pattern in STR. This function accepts the following patterns: "1", "1,2,3", "1..9", "1..", "..9".
Return STR with each newline preceded by INDENT spaces. When INITIAL-INDENT? is true, the first line is also indented.
Return the subset of inputs of SOURCE that have the given TYPE.
Like 'package-latest-release', but ensure that the return source is newer than that of PACKAGE.
If PACKAGE's source is a tarball or zip archive, return its archive type--a string such as "xz". Otherwise return #f.
Return a predicate that returns true when passed a package where one of its source URLs starts with PREFIX.
Return the subset of inputs of SOURCE that have the given TYPE.