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

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.


authenticate-server* (session key)
Channel: guix
Location: guix/ssh.scm (guix ssh)
Documentation:
Make sure the server for SESSION has the given KEY, where KEY is a string such as "ssh-ed25519 AAAAC3Nz… root@example.org". Raise an exception if the actual key does not match.
remote-inferior (session #:optional become-command)
Channel: guix
Location: guix/ssh.scm (guix ssh)
Documentation:

Return a remote inferior for the given SESSION. If BECOME-COMMAND is given, use that to invoke the remote Guile REPL.

retrieve-files (local files remote #:key recursive? log-port)
Channel: guix
Location: guix/ssh.scm (guix ssh)
Documentation:

Retrieve FILES from REMOTE and import them using the 'import-paths' RPC on LOCAL. When RECURSIVE? is true, retrieve the closure of FILES.

remote-system (session)
Channel: guix
Location: guix/ssh.scm (guix ssh)
Documentation:

Return the system type as expected by Nix, usually ARCHITECTURE-KERNEL, of the machine on the other end of SESSION.

report-guile-error (host)
Channel: guix
Location: guix/ssh.scm (guix ssh)
remote-store-host (remote)
Channel: guix
Location: guix/ssh.scm (guix ssh)
Documentation:

Return the name of the host REMOTE is connected to, where REMOTE is a remote store as returned by 'connect-to-remote-daemon'.

download-uri
Channel: guix
Location: guix/status.scm (guix status)
build-status-building
Channel: guix
Location: guix/status.scm (guix status)
download-size
Channel: guix
Location: guix/status.scm (guix status)
build-derivation
Channel: guix
Location: guix/status.scm (guix status)
build-status-downloads-completed
Channel: guix
Location: guix/status.scm (guix status)
build-status-builds-completed
Channel: guix
Location: guix/status.scm (guix status)
build-status-downloading
Channel: guix
Location: guix/status.scm (guix status)
print-build-event (event old-status status #:optional port #:key colorize? print-urls? print-log?)
Channel: guix
Location: guix/status.scm (guix status)
Documentation:

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.

build-status?
Channel: guix
Location: guix/status.scm (guix status)
compute-status (event status #:key current-time derivation-path->output-path)
Channel: guix
Location: guix/status.scm (guix status)
Documentation:

Given EVENT, a tuple like (build-started "/gnu/store/...-foo.drv" ...), compute a new status based on STATUS.

build-status-updater (#:optional on-change)
Channel: guix
Location: guix/status.scm (guix status)
Documentation:

Return a procedure that can be passed to 'build-event-output-port'. That procedure computes the new build status upon each event and calls ON-CHANGE:

(ON-CHANGE event status new-status)

ON-CHANGE can display the build status, build events, etc.

build-status
Channel: guix
Location: guix/status.scm (guix status)
download-item
Channel: guix
Location: guix/status.scm (guix status)
print-build-event/quiet (event old-status status #:optional port #:key colorize?)
Channel: guix
Location: guix/status.scm (guix status)
build-phase
Channel: guix
Location: guix/status.scm (guix status)
build-system
Channel: guix
Location: guix/status.scm (guix status)
with-status-report
Channel: guix
Location: guix/status.scm (guix status)
build?
Channel: guix
Location: guix/status.scm (guix status)
Total public symbols: 86650