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

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.


unauthorized-commit-error-signing-key
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
cache-authenticated-commit (key commit-id)
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
Documentation:

Record in ~/.cache, under KEY, COMMIT-ID and its closure as authenticated (only COMMIT-ID is written to cache, though).

signature-verification-error-keyring
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
missing-key-error-signature
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
git-authentication-error-commit
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
commit-signing-key (repo commit-id keyring #:key disallowed-hash-algorithms)
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
Documentation:

Return the OpenPGP key that signed COMMIT-ID (an OID). Raise an exception if the commit is unsigned, has an invalid signature, has a signature using one of the hash algorithms in DISALLOWED-HASH-ALGORITHMS, or if its signing key is not in KEYRING.

commit-authorized-keys (repository commit #:optional default-authorizations)
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
Documentation:

Return the list of OpenPGP fingerprints authorized to sign COMMIT, based on authorizations listed in its parent commits. If one of the parent commits does not specify anything, fall back to DEFAULT-AUTHORIZATIONS.

authenticate-commit (repository commit keyring #:key default-authorizations)
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
Documentation:

Authenticate COMMIT from REPOSITORY and return the signing key fingerprint. Raise an error when authentication fails. If one of the parent commits does not specify anything, fall back to DEFAULT-AUTHORIZATIONS.

authenticate-commits (repository commits #:key default-authorizations keyring-reference keyring report-progress)
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
Documentation:

Authenticate COMMITS, a list of commit objects, calling REPORT-PROGRESS for each of them. Return an alist showing the number of occurrences of each key. If KEYRING is omitted, the OpenPGP keyring is loaded from KEYRING-REFERENCE in REPOSITORY.

signature-verification-error?
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
read-authorizations (port)
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
Documentation:

Read authorizations in the '.guix-authorizations' format from PORT, and return a list of authorized fingerprints.

unsigned-commit-error?
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
repository-cache-key
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
git-reference
Channel: guix
Location: guix/git-download.scm (guix git-download)
git-version (version revision commit)
Channel: guix
Location: guix/git-download.scm (guix git-download)
Documentation:

Return the version string for packages using git-download.

git-reference-recursive?
Channel: guix
Location: guix/git-download.scm (guix git-download)
git-predicate (directory #:key recursive?)
Channel: guix
Location: guix/git-download.scm (guix git-download)
Documentation:

Return a predicate that returns true if a file is part of the Git checkout living at DIRECTORY. If DIRECTORY does not lie within a Git checkout, and upon Git errors, return #f instead of a predicate.

When RECURSIVE? is true, the predicate also returns true if a file is part of any Git submodule under DIRECTORY. This is enabled by default.

The returned predicate takes two arguments FILE and STAT where FILE is an absolute file name and STAT is the result of 'lstat'.

git-fetch (ref hash-algo hash #:optional name #:key system guile git)
Channel: guix
Location: guix/git-download.scm (guix git-download)
Documentation:

Return a fixed-output derivation that fetches REF, a <git-reference> object. The output is expected to have recursive hash HASH of type HASH-ALGO (a symbol). Use NAME as the file name, or a generic name if #f.

git-reference?
Channel: guix
Location: guix/git-download.scm (guix git-download)
git-reference-commit
Channel: guix
Location: guix/git-download.scm (guix git-download)
git-file-name (name version)
Channel: guix
Location: guix/git-download.scm (guix git-download)
Documentation:

Return the file-name for packages using git-download.

git-reference-url
Channel: guix
Location: guix/git-download.scm (guix git-download)
git-fetch/lfs (ref hash-algo hash #:optional name #:key system guile git git-lfs)
Channel: guix
Location: guix/git-download.scm (guix git-download)
Documentation:

Like git-fetch/in-band, but with support for the Git Large File Storage (LFS) extension.

with-git-error-handling
Channel: guix
Location: guix/git.scm (guix git)
Total public symbols: 86650