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

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.


args-fold* (args options unrecognized-option-proc operand-proc . seeds)
Channel: guix
Location: guix/scripts.scm (guix scripts)
Documentation:

A wrapper on top of `args-fold' that does proper user-facing error reporting.

build-package-source (package #:key dry-run? use-substitutes? . build-options)
Channel: guix
Location: guix/scripts.scm (guix scripts)
Documentation:

Build PACKAGE source using BUILD-OPTIONS.

packaging
Channel: guix
Location: guix/scripts.scm (guix scripts)
define-command
Channel: guix
Location: guix/scripts.scm (guix scripts)
parse-command-line (args options seeds #:key build-options? argument-handler)
Channel: guix
Location: guix/scripts.scm (guix scripts)
Documentation:

Parse the command-line arguments ARGS according to OPTIONS (a list of SRFI-37 options) and return the result, seeded by SEEDS. When BUILD-OPTIONS? is true, also pass arguments passed via the 'GUIX_BUILD_OPTIONS' environment variable. Command-line options take precedence those passed via 'GUIX_BUILD_OPTIONS'.

ARGUMENT-HANDLER is called for non-option arguments, like the 'operand-proc' parameter of 'args-fold'.

build-package (package #:key dry-run? use-substitutes? . build-options)
Channel: guix
Location: guix/scripts.scm (guix scripts)
Documentation:

Build PACKAGE using BUILD-OPTIONS acceptable by 'set-build-options'. Show what and how will/would be built.

category
Channel: guix
Location: guix/scripts.scm (guix scripts)
%disk-space-warning
Channel: guix
Location: guix/scripts.scm (guix scripts)
maybe-build (drvs #:key dry-run? use-substitutes?)
Channel: guix
Location: guix/scripts.scm (guix scripts)
Documentation:

Show what will/would be built, and actually build DRVS, unless DRY-RUN? is true.

warn-about-old-distro (#:optional old #:key suggested-command)
Channel: guix
Location: guix/scripts.scm (guix scripts)
Documentation:

Emit a warning if Guix is older than OLD seconds.

extension
Channel: guix
Location: guix/scripts.scm (guix scripts)
warn-about-disk-space (#:optional profile #:key thresholds)
Channel: guix
Location: guix/scripts.scm (guix scripts)
Documentation:

Display a hint about 'guix gc' if less than THRESHOLD of /gnu/store is available. THRESHOLDS is a pair (ABSOLUTE-THRESHOLD . RELATIVE-THRESHOLD).

search-path-specification-file-pattern
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
$OBJC_INCLUDE_PATH
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
string-tokenize* (string separator)
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
Documentation:

Return the list of substrings of STRING separated by SEPARATOR. This is like `string-tokenize', but SEPARATOR is a string.

$LIBRARY_PATH
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
$OBJCPLUS_INCLUDE_PATH
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
$CPLUS_INCLUDE_PATH
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
<search-path-specification>
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
search-path-specification-variable
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
$XML_CATALOG_FILES
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
$SSL_CERT_DIR
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
search-path-specification?
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
search-path-specification-files
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
Total public symbols: 86650