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

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.


read-operating-system (file)
Channel: guix
Location: guix/scripts/system.scm (guix scripts system)
Documentation:

Read the operating-system declaration from FILE and return it.

profile-boot-parameters (#:optional profile numbers)
Channel: guix
Location: guix/scripts/system.scm (guix scripts system)
Documentation:

Return a list of 'boot-parameters' for the generations of PROFILE specified by NUMBERS, which is a list of generation numbers. The list is ordered from the most recent to the oldest profiles.

shepherd-service-node-type (services)
Channel: guix
Location: guix/scripts/system.scm (guix scripts system)
Documentation:

Return a node type for SERVICES, a list of <shepherd-service>.

guix-system args
Channel: guix
Location: guix/scripts/system.scm (guix scripts system)
Documentation:

build and deploy full operating systems

report-shepherd-error (error)
Channel: guix
Location: guix/scripts/system.scm (guix scripts system)
Documentation:

Report ERROR, a '&shepherd-error' error condition object.

guix-time-machine args
Channel: guix
Location: guix/scripts/time-machine.scm (guix scripts time-machine)
Documentation:

run commands from a different revision

guix-upgrade args
Channel: guix
Location: guix/scripts/upgrade.scm (guix scripts upgrade)
Documentation:

upgrade packages to their latest version

guix-weather args
Channel: guix
Location: guix/scripts/weather.scm (guix scripts weather)
Documentation:

report on the availability of pre-built package binaries

plumbing
Channel: guix
Location: guix/scripts.scm (guix scripts)
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.

%disk-space-warning
Channel: guix
Location: guix/scripts.scm (guix scripts)
%distro-age-warning
Channel: guix
Location: guix/scripts.scm (guix scripts)
packaging
Channel: guix
Location: guix/scripts.scm (guix scripts)
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.

synopsis
Channel: guix
Location: guix/scripts.scm (guix scripts)
internal
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-source (package #:key dry-run? use-substitutes? . build-options)
Channel: guix
Location: guix/scripts.scm (guix scripts)
Documentation:

Build PACKAGE source using BUILD-OPTIONS.

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).

development
Channel: guix
Location: guix/scripts.scm (guix scripts)
extension
Channel: guix
Location: guix/scripts.scm (guix scripts)
main
Channel: guix
Location: guix/scripts.scm (guix scripts)
category
Channel: guix
Location: guix/scripts.scm (guix scripts)
%command-categories
Channel: guix
Location: guix/scripts.scm (guix scripts)
Total public symbols: 88177