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

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.


%generic-html-updater
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
uri-mirror-rewrite (uri)
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
Documentation:

Rewrite URI to a mirror:// URI if possible, or return URI unmodified.

%kernel.org-updater
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
gnu-package-doc-category
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
%xorg-updater
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
%gnu-updater
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
import-release (package #:key version partial-version? server directory)
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
Documentation:

Return the <upstream-source> for the latest version of PACKAGE or #f. PACKAGE must be the canonical name of a GNU package. Optionally include a VERSION string to fetch a specific version, which may be marked as partially specified via PARTIAL-VERSION?.

gnu-package-name->name+version (name+version)
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
Documentation:

Return the package name and version number extracted from NAME+VERSION.

gnu-package-savannah
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
%gpg-command
Channel: guix
Location: guix/gnupg.scm (guix gnupg)
gnupg-verify* (sig file #:key key-download server keyring)
Channel: guix
Location: guix/gnupg.scm (guix gnupg)
Documentation:

Like `gnupg-verify', but try downloading the public key if it's missing. Return two values: 'valid-signature and a fingerprint/name pair upon success, 'missing-key and a fingerprint if the key could not be found, and 'invalid-signature with a fingerprint if the signature is invalid.

KEY-DOWNLOAD specifies a download policy for missing OpenPGP keys; allowed values: 'auto', 'always', 'never', and 'interactive' The default policy is auto, which automatically selects the interactive policy when a TTY is connected to the standard input, or the always policy otherwise. Return a fingerprint/user name pair on success and #f otherwise.

gnupg-status-missing-key? (status)
Channel: guix
Location: guix/gnupg.scm (guix gnupg)
Documentation:

If STATUS denotes a missing-key error, then return the fingerprint of the missing key or its key id if the fingerprint is unavailable.

gnupg-verify (sig file #:optional keyring)
Channel: guix
Location: guix/gnupg.scm (guix gnupg)
Documentation:

Verify signature SIG for FILE against the keys in KEYRING. All the keys in KEYRING as assumed to be "trusted", whether or not they expired or were revoked. Return a status s-exp if GnuPG failed.

gnupg-status-good-signature? (status)
Channel: guix
Location: guix/gnupg.scm (guix gnupg)
Documentation:

If STATUS, as returned by `gnupg-verify', denotes a good signature, return a fingerprint/user pair; return #f otherwise.

current-keyring
Channel: guix
Location: guix/gnupg.scm (guix gnupg)
%openpgp-key-server
Channel: guix
Location: guix/gnupg.scm (guix gnupg)
set-grafting
Channel: guix
Location: guix/grafts.scm (guix grafts)
without-grafting
Channel: guix
Location: guix/grafts.scm (guix grafts)
graft-derivation (store drv grafts #:key guile system)
Channel: guix
Location: guix/grafts.scm (guix grafts)
Documentation:

Apply GRAFTS to the OUTPUTS of DRV and all their dependencies, recursively. That is, if GRAFTS apply only indirectly to DRV, graft the dependencies of DRV, and graft DRV itself to refer to those grafted dependencies.

graft-replacement
Channel: guix
Location: guix/grafts.scm (guix grafts)
graft-replacement-output
Channel: guix
Location: guix/grafts.scm (guix grafts)
graft-derivation/shallow (drv grafts #:key name outputs guile system)
Channel: guix
Location: guix/grafts.scm (guix grafts)
Documentation:

Return a derivation called NAME, which applies GRAFTS to the specified OUTPUTS of DRV. This procedure performs "shallow" grafting in that GRAFTS are not recursively applied to dependencies of DRV.

%graft-with-utf8-locale?
Channel: guix
Location: guix/grafts.scm (guix grafts)
grafting?
Channel: guix
Location: guix/grafts.scm (guix grafts)
Total public symbols: 86650