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

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.


%x509-certificate-directory
Channel: guix
Location: guix/build/download.scm (guix build download)
nar-uri-abbreviation (uri)
Channel: guix
Location: guix/build/download.scm (guix build download)
Documentation:

Abbreviate URI, which is assumed to be the URI of a nar as served by Hydra and 'guix publish', something like "http://example.org/nar/1ldrllwbna0aw5z8kpci4fsvbd2w8cw4-texlive-bin-2015".

open-socket-for-uri (uri-or-string #:key timeout)
Channel: guix
Location: guix/build/download.scm (guix build download)
Documentation:

Return an open input/output port for a connection to URI. When TIMEOUT is not #f, it must be a (possibly inexact) number denoting the maximum duration in seconds to wait for the connection to complete; passed TIMEOUT, an ETIMEDOUT error is raised.

store-path-abbreviation (store-path #:optional prefix-length)
Channel: guix
Location: guix/build/download.scm (guix build download)
Documentation:

If STORE-PATH is the file name of a store entry, return an abbreviation of STORE-PATH for display, showing PREFIX-LENGTH characters of the hash. Otherwise return STORE-PATH.

%download-methods
Channel: guix
Location: guix/build/download.scm (guix build download)
close-connection (port)
Channel: guix
Location: guix/build/download.scm (guix build download)
uri-abbreviation (uri #:optional max-length)
Channel: guix
Location: guix/build/download.scm (guix build download)
Documentation:

If URI's string representation is larger than MAX-LENGTH, return an abbreviation of URI showing the scheme, host, and basename of the file.

open-connection-for-uri (uri #:key timeout verify-certificate?)
Channel: guix
Location: guix/build/download.scm (guix build download)
Documentation:

Like 'open-socket-for-uri', but also handle HTTPS connections. When VERIFY-CERTIFICATE? is true, verify HTTPS server certificates.

download-method-enabled? (method)
Channel: guix
Location: guix/build/download.scm (guix build download)
Documentation:

Return true if METHOD (a symbol such as 'swh) is enabled as part of the download fallback sequence.

maybe-expand-mirrors (uri mirrors)
Channel: guix
Location: guix/build/download.scm (guix build download)
Documentation:

If URI uses the 'mirror' scheme, expand it according to the MIRRORS alist. Return a list of URIs.

dub-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/dub-build-system.scm (guix build dub-build-system)
Documentation:

Build the given DUB package, applying all of PHASES in order.

%standard-phases
Channel: guix
Location: guix/build/dub-build-system.scm (guix build dub-build-system)
dune-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/dune-build-system.scm (guix build dune-build-system)
Documentation:

Build the given package, applying all of PHASES in order.

%standard-phases
Channel: guix
Location: guix/build/dune-build-system.scm (guix build dune-build-system)
patch-application-dependencies (#:key inputs)
Channel: guix
Location: guix/build/elm-build-system.scm (guix build elm-build-system)
Documentation:

Rewrites the "elm.json" file in the working directory---which must be of `"type":"application"`, not `"type":"package"`---to refer to the dependency versions actually provided via Guix. The GUIX_ELM_OFFLINE_REGISTRY_FILE environment variable is used to find available versions.

patch-json-string-escapes (file)
Channel: guix
Location: guix/build/elm-build-system.scm (guix build elm-build-system)
Documentation:

Work around a bug in the Elm compiler's JSON parser by attempting to replace REVERSE-SOLIDUS--SOLIDUS escape sequences in FILE with unescaped SOLIDUS characters.

elm-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/elm-build-system.scm (guix build elm-build-system)
Documentation:

Builds the given Elm project, applying all of the PHASES in order.

%standard-phases
Channel: guix
Location: guix/build/elm-build-system.scm (guix build elm-build-system)
read-offline-registry->vhash ()
Channel: guix
Location: guix/build/elm-build-system.scm (guix build elm-build-system)
Documentation:

Return a vhash mapping Elm "package" names to lists of available version strings.

elpa-directory (store-dir)
Channel: guix
Location: guix/build/emacs-build-system.scm (guix build emacs-build-system)
Documentation:

Given the store directory STORE-DIR return the absolute install directory for libraries following the ELPA convention.

emacs-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/emacs-build-system.scm (guix build emacs-build-system)
Documentation:

Build the given Emacs package, applying all of PHASES in order.

%default-exclude
Channel: guix
Location: guix/build/emacs-build-system.scm (guix build emacs-build-system)
%default-include
Channel: guix
Location: guix/build/emacs-build-system.scm (guix build emacs-build-system)
%standard-phases
Channel: guix
Location: guix/build/emacs-build-system.scm (guix build emacs-build-system)
Total public symbols: 86650