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.
Return the creation time of a generation in the UTC format.
Return PROFILE's generation shifted from the CURRENT generation by SHIFT. SHIFT is a positive or negative number. Return #f if there is no such generation.
Delete generation with NUMBER from PROFILE. Return the file name of the generation that has been deleted, or #f if nothing was done (for instance because the NUMBER is zero.)
Return true if ENTRY is a candidate for removal in TRANSACTION.
Atomically switch PROFILE to the generation NUMBER. Return the number of the generation that was current before switching.
Return the entries of MANIFEST along with their propagated inputs, recursively.
Return the PROFILE's manifest.
Lower ENTRY for SYSTEM and TARGET such that its 'item' field is a store file name.
Add a list of manifest ENTRIES to MANIFEST and return new manifest. Remove MANIFEST entries that have the same name and output as ENTRIES.
Return true if TRANSACTION has no effect---i.e., it neither installs nor remove software.
Return the sorted list of generation numbers of PROFILE, or '(0) if no former profiles were found.