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

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.


run-guix args
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Run the 'guix' command defined by command line ARGS. Unlike 'guix-main', this procedure assumes that locale, i18n support, and signal handling have already been set up.

show-derivation-outputs (derivation)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Show the output file names of DERIVATION, which can be a derivation or a derivation input.

run-guix-command (command . args)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Run COMMAND with the given ARGS. Report an error when COMMAND is not found.

build-notifier (#:key dry-run? use-substitutes? verbosity)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Return a procedure suitable for 'with-build-handler' that, when 'build-things' is called, invokes 'show-what-to-build' to display the build plan. When DRY-RUN? is true, the 'with-build-handler' form returns without any build happening.

package-synopsis-string (package)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Return a plain-text representation of PACKAGE synopsis field.

warn-about-load-error (file module args)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Report the failure to load FILE, a user-provided Scheme file, without exiting. ARGS is the list of arguments received by the 'throw' handler.

delete-generation* (store profile generation)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Like 'delete-generation', but display what is going on.

read/eval-package-expression (str)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Read and evaluate STR and return the package it refers to, or exit an error.

make-regexp* (regexp . flags)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Like 'make-regexp' but error out if REGEXP is invalid, reporting the error nicely.

roll-back* (store profile)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Like 'roll-back', but display what is happening.

load* (file-or-port imports #:key on-error isolated?)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Load the user provided Scheme source code FILE-OR-PORT. When ISOLATED? is true, load FILE-OR-PORT in an isolated "sandbox" where only IMPORTS are available--see the documentation for (ice-9 sandbox) for what goes into IMPORTS.

with-profile-lock
Channel: guix
Location: guix/ui.scm (guix ui)
fill-paragraph (str width #:optional column)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Fill STR such that each line contains at most WIDTH characters, assuming that the first character is at COLUMN.

When STR contains a single line break surrounded by other characters, it is converted to a space; sequences of more than one line break are preserved.

indented-string (str indent #:key initial-indent?)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Return STR with each newline preceded by INDENT spaces. When INITIAL-INDENT? is true, the first line is also indented.

package-relevance (package regexps)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Return a score denoting the relevance of PACKAGE for REGEXPS. A score of zero means that PACKAGE does not match any of REGEXPS.

with-unbound-variable-handling
Channel: guix
Location: guix/ui.scm (guix ui)
show-version-and-exit (#:optional command)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Display version information for COMMAND and `(exit 0)'.

guix-main (arg0 . args)
Channel: guix
Location: guix/ui.scm (guix ui)
texi->plain-text (str)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Return a plain-text representation of texinfo fragment STR.

with-paginated-output-port
Channel: guix
Location: guix/ui.scm (guix ui)
current-message-language ()
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Return the language used for messages according to the current locale. Return %DEFAULT-MESSAGE-LANGUAGE if that information could not be obtained. The result is an ISO-639-2 language code such as "ar", without the territory part.

package-specification->name+version+output (spec #:optional output)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:
Parse package specification SPEC and return three value: the specified package name, version number (or #f), and output name (or OUTPUT). SPEC may optionally contain a version number and an output name, as in these examples: guile guile@2.0.9 guile:debug guile@2.0.9:debug
upstream-source-signature-urls
Channel: guix
Location: guix/upstream.scm (guix upstream)
lookup-updater (package #:optional updaters)
Channel: guix
Location: guix/upstream.scm (guix upstream)
Documentation:

Return an updater among UPDATERS that matches PACKAGE, or #f if none of them matches.

Total public symbols: 88154