_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


process-parent-id
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
daemon-session-process
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
daemon-session-locks-held
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
daemon-session-client
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
daemon-session-children
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
daemon-sessions ()
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
Documentation:

Return two values: the list of <daemon-session> denoting the currently active sessions, and the master 'guix-daemon' process.

guix-processes args
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
Documentation:

list currently running sessions

process-command
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
processes ()
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
Documentation:

Return a list of process records representing the currently alive processes.

daemon-session?
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
process?
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
publish-service-type
Channel: guix
Location: guix/scripts/publish.scm (guix scripts publish)
%public-key
Channel: guix
Location: guix/scripts/publish.scm (guix scripts publish)
open-server-socket (address)
Channel: guix
Location: guix/scripts/publish.scm (guix scripts publish)
Documentation:

Return a TCP socket bound to ADDRESS, a socket address.

run-publish-server (socket store #:key advertise? port compressions nar-path narinfo-ttl narinfo-negative-ttl cache pool)
Channel: guix
Location: guix/scripts/publish.scm (guix scripts publish)
signed-string (s)
Channel: guix
Location: guix/scripts/publish.scm (guix scripts publish)
Documentation:

Sign the hash of the string S with the daemon's key. Return a canonical sexp for the signature.

guix-publish args
Channel: guix
Location: guix/scripts/publish.scm (guix scripts publish)
Documentation:

publish build results over HTTP

%private-key
Channel: guix
Location: guix/scripts/publish.scm (guix scripts publish)
%default-gzip-compression
Channel: guix
Location: guix/scripts/publish.scm (guix scripts publish)
guix-pull args
Channel: guix
Location: guix/scripts/pull.scm (guix scripts pull)
Documentation:

pull the latest revision of Guix

channel-list (opts)
Channel: guix
Location: guix/scripts/pull.scm (guix scripts pull)
Documentation:

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.

guix-refresh args
Channel: guix
Location: guix/scripts/refresh.scm (guix scripts refresh)
Documentation:

update existing package definitions

guix-remove args
Channel: guix
Location: guix/scripts/remove.scm (guix scripts remove)
Documentation:

remove installed packages

guix-repl args
Channel: guix
Location: guix/scripts/repl.scm (guix scripts repl)
Documentation:

read-eval-print loop (REPL) for interactive programming

Total public symbols: 86650