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

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.


%formats
Channel: guix
Location: guix/scripts/pack.scm (guix scripts pack)
transaction-upgrade-entry (store entry transaction)
Channel: guix
Location: guix/scripts/package.scm (guix scripts package)
Documentation:

Return a variant of TRANSACTION that accounts for the upgrade of ENTRY, a <manifest-entry>.

delete-matching-generations (store profile pattern)
Channel: guix
Location: guix/scripts/package.scm (guix scripts package)
Documentation:

Delete from PROFILE all the generations matching PATTERN. PATTERN must be a string denoting a set of generations: the empty list means "all generations but the current one", a number designates a generation, and other patterns denote ranges as interpreted by 'matching-generations'.

delete-generations (store profile generations)
Channel: guix
Location: guix/scripts/package.scm (guix scripts package)
Documentation:

Delete GENERATIONS from PROFILE. GENERATIONS is a list of generation numbers.

search-path-environment-variables (entries profiles #:optional getenv #:key kind)
Channel: guix
Location: guix/scripts/package.scm (guix scripts package)
Documentation:

Return environment variable definitions that may be needed for the use of ENTRIES, a list of manifest entries, in PROFILES. Use GETENV to determine the current settings and report only settings not already effective. KIND must be one of 'exact, 'prefix, or 'suffix, depending on the kind of search path definition to be returned.

guix-package* (opts)
Channel: guix
Location: guix/scripts/package.scm (guix scripts package)
Documentation:

Run the 'guix package' command on OPTS, an alist resulting for command-line option processing with 'parse-command-line'.

build-and-use-profile (store profile manifest #:key dry-run? hooks allow-collisions? format-version bootstrap?)
Channel: guix
Location: guix/scripts/package.scm (guix scripts package)
Documentation:

Build a new generation of PROFILE, a file name, using the packages specified in MANIFEST, a manifest object. When ALLOW-COLLISIONS? is true, do not treat collisions in MANIFEST as an error. HOOKS is a list of "profile hooks" run when building the profile.

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

manage packages and profiles

list-installed (regexp profiles)
Channel: guix
Location: guix/scripts/package.scm (guix scripts package)
Documentation:

Write to the current output port the list of packages matching REGEXP in PROFILES.

manifest-entry-version-prefix (entry)
Channel: guix
Location: guix/scripts/package.scm (guix scripts package)
Documentation:

Search among all the versions of ENTRY's package that are available, and return the shortest unambiguous version prefix for this package. If only one version of ENTRY's package is available, return the empty string.

%package-default-options
Channel: guix
Location: guix/scripts/package.scm (guix scripts package)
%package-options
Channel: guix
Location: guix/scripts/package.scm (guix scripts package)
syntax-noop
Channel: guix
Location: guix/scripts/perform-download.scm (guix scripts perform-download)
guix-perform-download args
Channel: guix
Location: guix/scripts/perform-download.scm (guix scripts perform-download)
Documentation:

perform download described by fixed-output derivations

daemon-session-process
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
process-parent-id
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
processes ()
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
Documentation:

Return a list of process records representing the currently alive processes.

process-id
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
daemon-session-client
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
daemon-session?
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
process-command
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
daemon-session-children
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
daemon-sessions ()
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
Documentation:

Return two values: the list of <daemon-session> denoting the currently active sessions, and the master 'guix-daemon' process.

process?
Channel: guix
Location: guix/scripts/processes.scm (guix scripts processes)
Total public symbols: 88177