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

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.


evaluate-search-paths (search-paths directories #:optional getenv)
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
Documentation:

Evaluate SEARCH-PATHS, a list of search-path specifications, for DIRECTORIES, a list of directory names, and return a list of specification/value pairs. Use GETENV to determine the current settings and report only settings not already effective.

%gcc-search-paths
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
search-path-specification-separator
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
%libxslt-search-paths
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
$PKG_CONFIG_PATH
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
search-path-specification->sexp (spec)
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
Documentation:

Return an sexp representing SPEC, a <search-path-specification>. The sexp corresponds to the arguments expected by `set-path-environment-variable'.

$PATH
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
$SSL_CERT_FILE
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
$GUIX_EXTENSIONS_PATH
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
$TZDIR
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
search-path-definition (search-path value #:key kind)
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
Documentation:

Similar to 'environment-variable-definition', but applied to a <search-path-specification>.

search-path-specification-file-type
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
$XDG_DATA_DIRS
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
set-search-paths (search-paths directories #:key setenv)
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
Documentation:

Set the search path environment variables specified by SEARCH-PATHS for the given directories.

sexp->search-path-specification (sexp)
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
Documentation:

Convert SEXP, which is as returned by 'search-path-specification->sexp', to a <search-path-specification> object.

environment-variable-definition (variable value #:key kind separator)
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
Documentation:

Return a the definition of VARIABLE to VALUE in Bash syntax.

KIND can be either 'exact (return the definition of VARIABLE=VALUE), 'prefix (return the definition where VALUE is added as a prefix to VARIABLE's current value), or 'suffix (return the definition where VALUE is added as a suffix to VARIABLE's current value.) In the case of 'prefix and 'suffix, SEPARATOR is used as the separator between VARIABLE's current value and its prefix/suffix.

$C_INCLUDE_PATH
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
$SGML_CATALOG_FILES
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
guix-derivation (source version #:optional guile-version #:key pull-version channel-metadata)
Channel: guix
Location: guix/self.scm (guix self)
Documentation:

Return, as a monadic value, the derivation to build the Guix from SOURCE for GUILE-VERSION. Use VERSION as the version string. Use CHANNEL-METADATA as the channel metadata sexp to include in (guix config).

PULL-VERSION specifies the version of the 'guix pull' protocol. Return #f if this PULL-VERSION value is not supported.

compiled-guix (source #:key version channel-metadata pull-version name guile-version guile-for-build gzip bzip2 xz guix)
Channel: guix
Location: guix/self.scm (guix self)
Documentation:

Return a file-like object that contains a compiled Guix.

whole-package (name modules dependencies #:key guile-version info daemon miscellany guile command)
Channel: guix
Location: guix/self.scm (guix self)
Documentation:

Return the whole Guix package NAME that uses MODULES, a derivation of all the modules (under share/guile/site and lib/guile), and DEPENDENCIES, a list of packages depended on. COMMAND is the 'guix' program to use; INFO is the Info manual.

make-config.scm (#:key gzip xz bzip2 git package-name package-version channel-metadata config-variables bug-report-address home-page-url)
Channel: guix
Location: guix/self.scm (guix self)
nar-read-error-token
Channel: guix
Location: guix/serialization.scm (guix serialization)
fold-archive (proc seed port file)
Channel: guix
Location: guix/serialization.scm (guix serialization)
Documentation:

Read a file (possibly a directory structure) in Nar format from PORT. Call PROC on each file or directory read from PORT using:

(PROC FILE TYPE CONTENTS RESULT)

using SEED as the first RESULT. TYPE is a symbol like 'regular, and CONTENTS depends on TYPE.

Total public symbols: 86650