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

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.


plain-file-name
Channel: guix
Location: guix/gexp.scm (guix gexp)
gexp-error?
Channel: guix
Location: guix/gexp.scm (guix gexp)
local-file-recursive?
Channel: guix
Location: guix/gexp.scm (guix gexp)
delayed-object?
Channel: guix
Location: guix/gexp.scm (guix gexp)
lowered-gexp?
Channel: guix
Location: guix/gexp.scm (guix gexp)
program-file-module-path
Channel: guix
Location: guix/gexp.scm (guix gexp)
local-file-select?
Channel: guix
Location: guix/gexp.scm (guix gexp)
lowered-gexp-load-compiled-path
Channel: guix
Location: guix/gexp.scm (guix gexp)
local-file-file
Channel: guix
Location: guix/gexp.scm (guix gexp)
gexp?
Channel: guix
Location: guix/gexp.scm (guix gexp)
file-like? (object)
Channel: guix
Location: guix/gexp.scm (guix gexp)
Documentation:

Return #t if OBJECT leads to a file in the store once unquoted in a G-expression; otherwise return #f.

let-system
Channel: guix
Location: guix/gexp.scm (guix gexp)
with-build-variables (inputs outputs body)
Channel: guix
Location: guix/gexp.scm (guix gexp)
Documentation:

Return a gexp that surrounds BODY with a definition of the legacy '%build-inputs', '%outputs', and '%output' variables based on INPUTS, a list of name/gexp-input tuples, and OUTPUTS, a list of strings.

imported-files (files #:key name system guile)
Channel: guix
Location: guix/gexp.scm (guix gexp)
Documentation:

Import FILES into the store and return the resulting derivation or store file name (a derivation is created if and only if some elements of FILES are file-like objects and not local file names.) FILES must be a list of (FINAL-PATH . FILE) pairs. Each FILE is mapped to FINAL-PATH in the resulting store path. FILE can be either a file name, or a file-like object, as returned by 'local-file' for example.

sexp->gexp (sexp)
Channel: guix
Location: guix/gexp.scm (guix gexp)
Documentation:

Turn SEXP into a gexp without any references.

Using this is a way for the caller to tell that SEXP doesn't need to be scanned for file-like objects, thereby reducing processing costs. This is particularly useful if SEXP is a long list or a deep tree.

gexp
Channel: guix
Location: guix/gexp.scm (guix gexp)
lowered-gexp-inputs
Channel: guix
Location: guix/gexp.scm (guix gexp)
signature-verification-error-signature
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
previously-authenticated-commits (key)
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
Documentation:

Return the previously-authenticated commits under KEY as a list of commit IDs (hex strings).

missing-key-error?
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
authenticate-repository (repository start signer #:key keyring-reference cache-key end authentic-commits historical-authorizations make-reporter)
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
Documentation:

Authenticate REPOSITORY up to commit END, an OID. Authentication starts with commit START, an OID, which must be signed by SIGNER; an exception is raised if that is not the case. Commits listed in AUTHENTIC-COMMITS and their closure are considered authentic. Return an alist mapping OpenPGP public keys to the number of commits signed by that key that have been traversed.

The OpenPGP keyring is loaded from KEYRING-REFERENCE in REPOSITORY, where KEYRING-REFERENCE is the name of a branch. The list of authenticated commits is cached in the authentication cache under CACHE-KEY.

HISTORICAL-AUTHORIZATIONS must be a list of OpenPGP fingerprints (bytevectors) denoting the authorized keys for commits whose parent lack the '.guix-authorizations' file.

unauthorized-commit-error?
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
load-keyring-from-reference (repository reference)
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
Documentation:

Load the '.key' files from the tree at REFERENCE in REPOSITORY and return an OpenPGP keyring.

git-authentication-error?
Channel: guix
Location: guix/git-authenticate.scm (guix git-authenticate)
Total public symbols: 86650