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 a set with the elements taken from LST. Elements of the set will be compared with 'eq?'.
Return the union of SET1 and SET2. Warning: this is linear in the number of elements of the smallest.
Return a set containing the ARGS, compared as per 'eq?'.
Insert VALUE into SET.
Return a set with the elements taken from LST. Elements of the set will be compared with 'equal?'.
Return the list of elements of SET.
Retrieve FILES from REMOTE and import them using the 'import-paths' RPC on LOCAL. When RECURSIVE? is true, retrieve the closure of FILES.
Return an input/output port (an SSH channel) to the daemon at SESSION.
Send the subset of FILES from LOCAL (a local store) that's missing to REMOTE, a remote store. When RECURSIVE? is true, send the closure of FILES. Return the list of store items actually sent.
Return a remote inferior for the given SESSION. If BECOME-COMMAND is given, use that to invoke the remote Guile REPL.
Return the system type as expected by Nix, usually ARCHITECTURE-KERNEL, of the machine on the other end of SESSION.
Connect to the remote build daemon listening on SOCKET-NAME over SESSION, an SSH session. Return a <store-connection> object.
Return the name of the host REMOTE is connected to, where REMOTE is a remote store as returned by 'connect-to-remote-daemon'.
Send KEY, a canonical sexp containing a public key, over SESSION and add it to the system ACL file if it has not yet been authorized.
Pass IMPORT an input port from which to read the sequence of FILES coming from REMOTE. When RECURSIVE? is true, retrieve the closure of FILES.
Print information about EVENT and STATUS to PORT. When COLORIZE? is true, produce colorful output. When PRINT-LOG? is true, display the build log in addition to build events. When PRINT-URLS? is true, display the URL of substitutes being downloaded.