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.
Return a list of process records representing the currently alive processes.
list currently running sessions
Return two values: the list of <daemon-session> denoting the currently active sessions, and the master 'guix-daemon' process.
publish build results over HTTP
Return a TCP socket bound to ADDRESS, a socket address.
Sign the hash of the string S with the daemon's key. Return a canonical sexp for the signature.
pull the latest revision of Guix
Return the list of channels to use. If OPTS specify a channel file, channels are read from there; otherwise, if ~/.config/guix/channels.scm exists, read it; otherwise %DEFAULT-CHANNELS is used. Apply channel transformations specified in OPTS (resulting from '--url', '--commit', or '--branch'), if any.
update existing package definitions
remove installed packages
read-eval-print loop (REPL) for interactive programming
search for packages