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

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.


uuid=? expr
Channel: guix
Location: gnu/system/uuid.scm (gnu system uuid)
dce-uuid->string (uuid)
Channel: guix
Location: gnu/system/uuid.scm (gnu system uuid)
Documentation:

Convert UUID, a 16-byte bytevector, to its string representation, something like "6b700d61-5550-48a1-874c-a3d86998990e".

string->dce-uuid (str)
Channel: guix
Location: gnu/system/uuid.scm (gnu system uuid)
Documentation:

Parse STR as a DCE UUID (see <https://tools.ietf.org/html/rfc4122>) and return its contents as a 16-byte bytevector. Return #f if STR is not a valid UUID representation.

latin1->string (bv terminator)
Channel: guix
Location: gnu/system/uuid.scm (gnu system uuid)
Documentation:

Return a string of BV, a latin1 bytevector, or #f. TERMINATOR is a predicate that takes a number and returns #t when a termination character is found.

string->dce-uuid (str)
Channel: guix
Location: gnu/system/uuid.scm (gnu system uuid)
Documentation:

Parse STR as a DCE UUID (see <https://tools.ietf.org/html/rfc4122>) and return its contents as a 16-byte bytevector. Return #f if STR is not a valid UUID representation.

virtualized-operating-system (os #:optional mappings #:key full-boot? volatile? system target)
Channel: guix
Location: gnu/system/vm.scm (gnu system vm)
Documentation:

Return an operating system based on OS suitable for use in a virtualized environment with the store shared with the host. MAPPINGS is a list of <file-system-mapping> to realize in the virtualized OS.

virtual-machine-graphic?
Channel: guix
Location: gnu/system/vm.scm (gnu system vm)
virtual-machine-memory-size
Channel: guix
Location: gnu/system/vm.scm (gnu system vm)
virtual-machine-volatile?
Channel: guix
Location: gnu/system/vm.scm (gnu system vm)
common-qemu-options (image shared-fs #:key image-format rw-image? target)
Channel: guix
Location: gnu/system/vm.scm (gnu system vm)
Documentation:

Return the a string-value gexp with the common QEMU options to boot IMAGE, with '-virtfs' options for the host file systems listed in SHARED-FS.

virtual-machine?
Channel: guix
Location: gnu/system/vm.scm (gnu system vm)
virtual-machine-qemu
Channel: guix
Location: gnu/system/vm.scm (gnu system vm)
virtual-machine-cpu-count
Channel: guix
Location: gnu/system/vm.scm (gnu system vm)
virtual-machine-operating-system
Channel: guix
Location: gnu/system/vm.scm (gnu system vm)
virtual-machine-date
Channel: guix
Location: gnu/system/vm.scm (gnu system vm)
file-system->mount-tag (fs)
Channel: guix
Location: gnu/system/vm.scm (gnu system vm)
Documentation:

Return a 9p mount tag for host file system FS.

virtual-machine-port-forwardings
Channel: guix
Location: gnu/system/vm.scm (gnu system vm)
linux-image-startup-command (image #:key system target qemu graphic? cpu cpu-count memory-size port-forwardings date)
Channel: guix
Location: gnu/system/vm.scm (gnu system vm)
Documentation:

Return a list-valued gexp representing the command to start QEMU to run IMAGE, assuming it uses the Linux kernel, and not sharing the store with the host.

virtual-machine-disk-image-size
Channel: guix
Location: gnu/system/vm.scm (gnu system vm)
system-qemu-image/shared-store-script (os #:key system target qemu graphic? volatile? memory-size mappings full-boot? disk-image-size options)
Channel: guix
Location: gnu/system/vm.scm (gnu system vm)
Documentation:

Return a derivation that builds a script to run a virtual machine image of OS that shares its store with the host. The virtual machine runs with MEMORY-SIZE MiB of memory.

MAPPINGS is a list of <file-system-mapping> specifying mapping of host file systems into the guest.

When FULL-BOOT? is true, the returned script runs everything starting from the bootloader; otherwise it directly starts the operating system kernel. When VOLATILE? is true, an overlay is created on top of a read-only storage. Otherwise the storage is made persistent. The DISK-IMAGE-SIZE parameter specifies the size in bytes of the root disk image; it is mostly useful when FULL-BOOT? is true.

virtual-machine
Channel: guix
Location: gnu/system/vm.scm (gnu system vm)
%sudoers-specification
Channel: guix
Location: gnu/system.scm (gnu system)
boot-parameters-locale
Channel: guix
Location: gnu/system.scm (gnu system)
operating-system-user-services
Channel: guix
Location: gnu/system.scm (gnu system)
Total public symbols: 86650