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

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.


signature-subject (sig)
Channel: guix
Location: guix/pki.scm (guix pki)
Documentation:

Return the signer's public key for SIG.

%private-key-file
Channel: guix
Location: guix/pki.scm (guix pki)
write-acl (acl port)
Channel: guix
Location: guix/pki.scm (guix pki)
Documentation:

Write ACL to PORT in canonical-sexp format.

valid-signature? (sig)
Channel: guix
Location: guix/pki.scm (guix pki)
Documentation:

Return #t if SIG is valid.

%public-key-file
Channel: guix
Location: guix/pki.scm (guix pki)
authorized-key? (key #:optional acl)
Channel: guix
Location: guix/pki.scm (guix pki)
Documentation:

Return #t if KEY (a canonical sexp) is an authorized public key for archive imports according to ACL.

systems ()
Channel: guix
Location: guix/platform.scm (guix platform)
Documentation:

Return the list of supported systems.

lookup-platform-by-target-or-system (target-or-system)
Channel: guix
Location: guix/platform.scm (guix platform)
Documentation:

Return the platform corresponding to the given TARGET or SYSTEM. Raise &PLATFORM-NOT-FOUND-ERROR when no platform could be found.

platform-system
Channel: guix
Location: guix/platform.scm (guix platform)
platform-linux-architecture
Channel: guix
Location: guix/platform.scm (guix platform)
platform?
Channel: guix
Location: guix/platform.scm (guix platform)
platform-system->target (system)
Channel: guix
Location: guix/platform.scm (guix platform)
Documentation:

Return the target matching the given SYSTEM if it exists or false otherwise.

platform-target->system (target)
Channel: guix
Location: guix/platform.scm (guix platform)
Documentation:

Return the system matching the given TARGET if it exists or false otherwise.

lookup-platform-by-target (target)
Channel: guix
Location: guix/platform.scm (guix platform)
Documentation:

Return the platform corresponding to the given TARGET. Raise &PLATFORM-NOT-FOUND-ERROR when no platform could be found.

false-if-platform-not-found
Channel: guix
Location: guix/platform.scm (guix platform)
platform-glibc-dynamic-linker
Channel: guix
Location: guix/platform.scm (guix platform)
&platform-not-found-error
Channel: guix
Location: guix/platform.scm (guix platform)
platform-modules ()
Channel: guix
Location: guix/platform.scm (guix platform)
Documentation:

Return the list of platform modules.

lookup-platform-by-system (system)
Channel: guix
Location: guix/platform.scm (guix platform)
Documentation:

Return the platform corresponding to the given SYSTEM. Raise &PLATFORM-NOT-FOUND-ERROR when no platform could be found.

platform-rust-target
Channel: guix
Location: guix/platform.scm (guix platform)
mproc args
Channel: guix
Location: guix/platform.scm (guix platform)
platform-not-found-error?
Channel: guix
Location: guix/platform.scm (guix platform)
platform-target
Channel: guix
Location: guix/platform.scm (guix platform)
targets ()
Channel: guix
Location: guix/platform.scm (guix platform)
Documentation:

Return the list of supported targets.

Total public symbols: 88182