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

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.


zig-build-system
Channel: guix
Location: guix/build-system/zig.scm (guix build-system zig)
add-build.zig.zon (name version dependencies #:optional paths)
Channel: guix
Location: guix/build-system/zig.scm (guix build-system zig)
Documentation:
Snippet to generate build.zig.zon of DEPENDENCIES for package NAME@VERSION.
build-system-name
Channel: guix
Location: guix/build-system.scm (guix build-system)
@*
Channel: guix
Location: guix/build-system.scm (guix build-system)
bag-target-inputs
Channel: guix
Location: guix/build-system.scm (guix build-system)
build-system
Channel: guix
Location: guix/build-system.scm (guix build-system)
bag-name
Channel: guix
Location: guix/build-system.scm (guix build-system)
bag-host-inputs
Channel: guix
Location: guix/build-system.scm (guix build-system)
bag-build-inputs
Channel: guix
Location: guix/build-system.scm (guix build-system)
bag-system
Channel: guix
Location: guix/build-system.scm (guix build-system)
bag
Channel: guix
Location: guix/build-system.scm (guix build-system)
build-system-lower
Channel: guix
Location: guix/build-system.scm (guix build-system)
build-system-description
Channel: guix
Location: guix/build-system.scm (guix build-system)
build-system?
Channel: guix
Location: guix/build-system.scm (guix build-system)
bag?
Channel: guix
Location: guix/build-system.scm (guix build-system)
bag-target
Channel: guix
Location: guix/build-system.scm (guix build-system)
bag-arguments
Channel: guix
Location: guix/build-system.scm (guix build-system)
make-bag (build-system name #:key source inputs native-inputs outputs arguments system target)
Channel: guix
Location: guix/build-system.scm (guix build-system)
Documentation:

Ask BUILD-SYSTEM to return a 'bag' for NAME, with the given SOURCE, INPUTS, NATIVE-INPUTS, OUTPUTS, and additional ARGUMENTS. If TARGET is not #f, it must be a string with the GNU triplet of a cross-compilation target.

This is the mechanism by which a package is "lowered" to a bag, which is the intermediate representation just above derivations.

bag-build
Channel: guix
Location: guix/build-system.scm (guix build-system)
build-system-with-c-toolchain (bs toolchain)
Channel: guix
Location: guix/build-system.scm (guix build-system)
Documentation:

Return a variant of BS, a build system, that uses TOOLCHAIN instead of the default GNU C/C++ toolchain. TOOLCHAIN must be a list of inputs (label/package tuples) providing equivalent functionality, such as the 'gcc-toolchain' package.

bag-outputs
Channel: guix
Location: guix/build-system.scm (guix build-system)
bzr-reference
Channel: guix
Location: guix/bzr-download.scm (guix bzr-download)
bzr-fetch (ref hash-algo hash #:optional name #:key system guile bzr)
Channel: guix
Location: guix/bzr-download.scm (guix bzr-download)
Documentation:

Return a fixed-output derivation that fetches REF, a <bzr-reference> object. The output is expected to have recursive hash HASH of type HASH-ALGO (a symbol). Use NAME as the file name, or a generic name if #f.

bzr-reference-revision
Channel: guix
Location: guix/bzr-download.scm (guix bzr-download)
Total public symbols: 86650