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

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.


lookup-bootloader-by-name (name)
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
Documentation:

Return the bootloader called NAME.

bootloader-configuration-file
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
bootloader-configuration-default-entry
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
bootloader-configuration-bootloader
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
menu-entry-device-mount-point
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
bootloader-configuration-device-tree-support?
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
menu-entry-device
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
bootloader-configuration-serial-unit
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
efi-bootloader-chain (final-bootloader #:key packages files hooks installer disk-image-installer)
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
Documentation:

Define a chain of bootloaders with the FINAL-BOOTLOADER, optional PACKAGES, and optional directories and files from the store given in the list of FILES.

The package of the FINAL-BOOTLOADER and all PACKAGES and FILES will be placed in an efi-bootloader-profile, which will be passed to the INSTALLER.

FILES may contain file-like objects produced by procedures like plain-file, local-file, etc., or package contents produced with file-append.

If a directory name in FILES ends with '/', then the directory content instead of the directory itself will be symlinked into the efi-bootloader-profile.

The procedures in the HOOKS list can be used to further modify the bootloader profile. It is possible to pass a single function instead of a list.

If the INSTALLER argument is used, then this gexp procedure will be called to install the efi-bootloader-profile. Otherwise the installer of the FINAL-BOOTLOADER will be called.

If the DISK-IMAGE-INSTALLER is used, then this gexp procedure will be called to install the efi-bootloader-profile into a disk image. Otherwise the disk-image-installer of the FINAL-BOOTLOADER will be called.

menu-entry-multiboot-kernel
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
menu-entry-linux-arguments
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
bootloader-configuration-extra-initrd
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
bootloader
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
bootloader-disk-image-installer
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
bootloader-configuration-terminal-outputs
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
menu-entry?
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
bootloader-configuration-target
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
menu-entry-linux
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
bootloader-configuration-terminal-inputs
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
menu-entry
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
menu-entry-label
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
bootloader-configuration-serial-speed
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
sexp->menu-entry (sexp)
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
Documentation:

Turn SEXP, an sexp as returned by 'menu-entry->sexp', into a <menu-entry> record.

menu-entry->sexp (entry)
Channel: guix
Location: gnu/bootloader.scm (gnu bootloader)
Documentation:

Return ENTRY serialized as an sexp.

Total public symbols: 86934