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.
Call THUNK with an HTTP server running and returning RESPONSES+DATA on HTTP requests. Each element of RESPONSES+DATA must be a tuple containing a response and a string, or an HTTP response code and a string.
%http-server-port will be set to the port listened at The port listened at will be set for the dynamic extent of THUNK.
Open a connection to the build daemon for tests purposes and return it.
Return the hexadecimal representation of a random number.
Return a random bytevector of N bytes.
Create a simple file in STORE with CONTENT (a string), compressed according to its file name extension. Return both its file name and its hash.
Return true if the typical shebang in the current store would exceed Linux's static limit---the BINPRM_BUF_SIZE constant, normally 128 characters all included.