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

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.


site-packages (inputs outputs)
Channel: guix
Location: guix/build/python-build-system.scm (guix build python-build-system)
Documentation:

Return the path of the current output's Python site-package.

add-installed-pythonpath (inputs outputs)
Channel: guix
Location: guix/build/python-build-system.scm (guix build python-build-system)
Documentation:

Prepend the site-package of OUTPUT to GUIX_PYTHONPATH. This is useful when running checks after installing the package.

python-version (python)
Channel: guix
Location: guix/build/python-build-system.scm (guix build python-build-system)
%standard-phases
Channel: guix
Location: guix/build/python-build-system.scm (guix build python-build-system)
%standard-phases
Channel: guix
Location: guix/build/qt-build-system.scm (guix build qt-build-system)
qt-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/qt-build-system.scm (guix build qt-build-system)
Documentation:

Build the given package, applying all of PHASES in order.

wrap-all-qt-programs (#:key sh inputs outputs qtbase qt-wrap-excluded-outputs qt-wrap-excluded-inputs)
Channel: guix
Location: guix/build/qt-utils.scm (guix build qt-utils)
Documentation:

Implement qt-build-systems's phase "qt-wrap": look for executables in "bin", "sbin" and "libexec" of all outputs and create wrappers with suitably set environment variables if found.

Wrapping is not applied to outputs whose name is listed in QT-WRAP-EXCLUDED-OUTPUTS. This is useful when an output is known not to contain any Qt binaries, and where wrapping would gratuitously add a dependency of that output on Qt.

wrap-qt-program (program-name #:key sh inputs output qt-wrap-excluded-inputs qt-major-version)
Channel: guix
Location: guix/build/qt-utils.scm (guix build qt-utils)
Documentation:

Wrap the specified program (which must reside in the OUTPUT's "/bin" directory) with suitably set environment variables.

This is like qt-build-systems's phase "qt-wrap", but only the named program is wrapped.

%qt-wrap-excluded-inputs
Channel: guix
Location: guix/build/qt-utils.scm (guix build qt-utils)
r-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/r-build-system.scm (guix build r-build-system)
Documentation:

Build the given R package, applying all of PHASES in order.

%standard-phases
Channel: guix
Location: guix/build/r-build-system.scm (guix build r-build-system)
rakudo-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/rakudo-build-system.scm (guix build rakudo-build-system)
Documentation:

Build the given Perl6 package, applying all of PHASES in order.

%standard-phases
Channel: guix
Location: guix/build/rakudo-build-system.scm (guix build rakudo-build-system)
rebar-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/rebar-build-system.scm (guix build rebar-build-system)
Documentation:

Build the given Erlang package, applying all of PHASES in order.

%standard-phases
Channel: guix
Location: guix/build/rebar-build-system.scm (guix build rebar-build-system)
renpy-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/renpy-build-system.scm (guix build renpy-build-system)
Documentation:

Build the given Ren'py package, applying all of PHASES in order.

%standard-phases
Channel: guix
Location: guix/build/renpy-build-system.scm (guix build renpy-build-system)
ruby-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/ruby-build-system.scm (guix build ruby-build-system)
%standard-phases
Channel: guix
Location: guix/build/ruby-build-system.scm (guix build ruby-build-system)
scons-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/scons-build-system.scm (guix build scons-build-system)
Documentation:

Build a given SCons application, applying all of PHASES in order.

%standard-phases
Channel: guix
Location: guix/build/scons-build-system.scm (guix build scons-build-system)
copy-store-item (item target #:key deduplicate? log-port)
Channel: guix
Location: guix/build/store-copy.scm (guix build store-copy)
Documentation:

Copy ITEM, a store item, to the store under TARGET, the target root directory. When DEDUPLICATE? is true, deduplicate it within TARGET.

closure-size (reference-graphs)
Channel: guix
Location: guix/build/store-copy.scm (guix build store-copy)
Documentation:

Return an estimate of the size of the closure described by REFERENCE-GRAPHS, a list of reference-graph files.

store-info?
Channel: guix
Location: guix/build/store-copy.scm (guix build store-copy)
Total public symbols: 86650