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 list of services with the given NAME (a symbol).
Return a procedure that, when passed a <service>, returns the list of <service> objects that depend on it.
Return the directory for SERVICE, a service of type ETC-SERVICE-TYPE.
Given SYSTEM, the file name of a system generation, return two values: the list of channels SYSTEM is built from, and its configuration file. If that information is missing, return the empty list (for channels) and possibly #false (for the configuration file).
Take SEXP, a tuple as returned by 'user-account->gexp', and turn it into a user-account record.