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.
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.
Return the hexadecimal representation of a random number.
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.
Return a random bytevector of N bytes.
Return true if files A and B have the same type and same content. Call STAT to obtain file metadata.
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.
Open a connection to the build daemon for tests purposes and return it.
Return #t if FILE is in the store, is read-only, and its mtime is 1.