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

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.


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

set up and operate build offloading

build-machine-user
Channel: guix
Location: guix/scripts/offload.scm (guix scripts offload)
build-machine-port
Channel: guix
Location: guix/scripts/offload.scm (guix scripts offload)
build-requirements?
Channel: guix
Location: guix/scripts/offload.scm (guix scripts offload)
build-machine-systems (machine)
Channel: guix
Location: guix/scripts/offload.scm (guix scripts offload)
build-machine-compression
Channel: guix
Location: guix/scripts/offload.scm (guix scripts offload)
build-machine-daemon-socket
Channel: guix
Location: guix/scripts/offload.scm (guix scripts offload)
build-machine?
Channel: guix
Location: guix/scripts/offload.scm (guix scripts offload)
build-requirements
Channel: guix
Location: guix/scripts/offload.scm (guix scripts offload)
build-machine-host-key
Channel: guix
Location: guix/scripts/offload.scm (guix scripts offload)
build-machine
Channel: guix
Location: guix/scripts/offload.scm (guix scripts offload)
build-machine-overload-threshold
Channel: guix
Location: guix/scripts/offload.scm (guix scripts offload)
build-machine-private-key
Channel: guix
Location: guix/scripts/offload.scm (guix scripts offload)
build-machine-name
Channel: guix
Location: guix/scripts/offload.scm (guix scripts offload)
build-machine-location
Channel: guix
Location: guix/scripts/offload.scm (guix scripts offload)
docker-image (name profile #:key target profile-name compressor entry-point localstatedir? symlinks archiver extra-options max-layers)
Channel: guix
Location: guix/scripts/pack.scm (guix scripts pack)
Documentation:

Return a derivation to construct a Docker image of PROFILE. The image is a tarball conforming to the Docker Image Specification, compressed with COMPRESSOR. It can be passed to 'docker load'. If TARGET is true, it must a be a GNU triplet and it is used to derive the architecture metadata in the image. EXTRA-OPTIONS may contain the IMAGE-TAG keyword argument. If MAX-LAYERS is not false, the image will be split in up to MAX-LAYERS layers.

wrapped-manifest (manifest . args)
Channel: guix
Location: guix/scripts/pack.scm (guix scripts pack)
Documentation:

Return the MANIFEST with its entries wrapped such that they are relocatable. Extra arguments are passed to wrapped-package.

debian-archive (name profile #:key target profile-name deduplicate? entry-point compressor localstatedir? symlinks archiver extra-options)
Channel: guix
Location: guix/scripts/pack.scm (guix scripts pack)
Documentation:

Return a Debian archive (.deb) containing a store initialized with the closure of PROFILE, a derivation. The archive contains /gnu/store; if LOCALSTATEDIR? is true, it also contains /var/guix, including /var/guix/db with a properly initialized store database. The supported compressors are "none", "gz" or "xz".

SYMLINKS must be a list of (SOURCE -> TARGET) tuples denoting symlinks to be added to the pack. EXTRA-OPTIONS may contain the CONFIG-FILE, POSTINST-FILE or TRIGGERS-FILE keyword arguments.

self-contained-tarball (name profile #:key target profile-name deduplicate? entry-point compressor localstatedir? symlinks archiver extra-options)
Channel: guix
Location: guix/scripts/pack.scm (guix scripts pack)
Documentation:

Return a self-contained tarball containing a store initialized with the closure of PROFILE, a derivation. The tarball contains /gnu/store; if LOCALSTATEDIR? is true, it also contains /var/guix, including /var/guix/db with a properly initialized store database.

SYMLINKS must be a list of (SOURCE -> TARGET) tuples denoting symlinks to be added to the pack.

squashfs-image (name profile #:key target profile-name compressor entry-point localstatedir? symlinks archiver extra-options)
Channel: guix
Location: guix/scripts/pack.scm (guix scripts pack)
Documentation:

Return a squashfs image containing a store initialized with the closure of PROFILE, a derivation. The image contains a subset of /gnu/store, empty mount points for virtual file systems (like procfs), and optional symlinks.

SYMLINKS must be a list of (SOURCE -> TARGET) tuples denoting symlinks to be added to the pack.

symlink-spec-option-parser (opt name arg result)
Channel: guix
Location: guix/scripts/pack.scm (guix scripts pack)
Documentation:

A SRFI-37 option parser for the --symlink option. The symlink spec accepts the link file name as its left-hand side value and its target as its right-hand side value. The target must be a relative link.

rpm-archive (name profile #:key target profile-name entry-point compressor deduplicate? localstatedir? symlinks archiver extra-options)
Channel: guix
Location: guix/scripts/pack.scm (guix scripts pack)
Documentation:

Return a RPM archive (.rpm) containing a store initialized with the closure of PROFILE, a derivation. The archive contains /gnu/store. SYMLINKS must be a list of (SOURCE -> TARGET) tuples denoting symlinks to be added to the pack. ARCHIVER and ENTRY-POINT are not used. RELOCATABLE?, PREIN-FILE, POSTIN-FILE, PREUN-FILE and POSTUN-FILE can be provided via EXTRA-OPTIONS.

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

create application bundles

self-contained-appimage (name profile #:key target profile-name entry-point compressor localstatedir? symlinks archiver extra-options)
Channel: guix
Location: guix/scripts/pack.scm (guix scripts pack)
Documentation:

Return a self-contained AppImage containing a store initialized with the closure of PROFILE, a derivation. The AppImage contains /gnu/store unless RELOCATABLE option is used; if LOCALSTATEDIR? is true, it also contains /var/guix, including /var/guix/db with a properly initialized store database.

SYMLINKS must be a list of (SOURCE -> TARGET) tuples denoting symlinks to be added to the pack.

Total public symbols: 88177