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

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.


fhs-directory? (file-name)
Channel: guix
Location: guix/rpm.scm (guix rpm)
Documentation:

Predicate to check if FILE-NAME is a known File Hierarchy Standard (FHS) directory.

header-entry-count
Channel: guix
Location: guix/rpm.scm (guix rpm)
generate-signature (header-sha256 header+compressed-payload-size)
Channel: guix
Location: guix/rpm.scm (guix rpm)
Documentation:

Return the u8 list representing a signature header containing the HEADER-SHA256 (a string) and the PAYLOAD-SIZE, which is the combined size of the header and compressed payload.

generate-header (name version payload-digest payload-directory payload-compressor #:key relocatable? prein-file postin-file preun-file postun-file target release license summary os)
Channel: guix
Location: guix/rpm.scm (guix rpm)
Documentation:

Return the u8 list corresponding to the Header section. PAYLOAD-DIGEST is the SHA256 checksum string of the compressed payload. PAYLOAD-DIRECTORY is the directory containing the payload files. PAYLOAD-COMPRESSOR is the name of the compressor used to compress the CPIO payload, such as "none", "gz", "xz" or "zstd".

assemble-rpm-metadata (lead signature header)
Channel: guix
Location: guix/rpm.scm (guix rpm)
Documentation:

Align and append the various u8 list components together, and return the result as a bytevector.

header-entry-value
Channel: guix
Location: guix/rpm.scm (guix rpm)
generate-lead (name-version #:key target)
Channel: guix
Location: guix/rpm.scm (guix rpm)
Documentation:

Generate a RPM lead u8-list that uses NAME-VERSION, the name and version string of the package, and TARGET, a GNU triplet used to derive the target machine type.

header-entry-tag
Channel: guix
Location: guix/rpm.scm (guix rpm)
guix-archive args
Channel: guix
Location: guix/scripts/archive.scm (guix scripts archive)
Documentation:

manipulate, export, and import normalized archives (nars)

options->derivations+files (store opts)
Channel: guix
Location: guix/scripts/archive.scm (guix scripts archive)
Documentation:

Given OPTS, the result of 'args-fold', return a list of derivations to build and a list of store files to transfer.

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

sign or verify signatures on normalized archives (nars)

register-root (store paths root)
Channel: guix
Location: guix/scripts/build.scm (guix scripts build)
Documentation:

Register ROOT as an indirect GC root for all of PATHS.

%standard-build-options
Channel: guix
Location: guix/scripts/build.scm (guix scripts build)
show-cross-build-options-help ()
Channel: guix
Location: guix/scripts/build.scm (guix scripts build)
show-native-build-options-help ()
Channel: guix
Location: guix/scripts/build.scm (guix scripts build)
set-build-options-from-command-line (store opts)
Channel: guix
Location: guix/scripts/build.scm (guix scripts build)
Documentation:

Given OPTS, an alist as returned by 'args-fold' given '%standard-build-options', set the corresponding build options on STORE.

log-url (store file #:key base-urls)
Channel: guix
Location: guix/scripts/build.scm (guix scripts build)
Documentation:

Return a URL under one of the BASE-URLS where a build log for FILE can be found. Return #f if no build log was found.

set-build-options-from-command-line*
Channel: guix
Location: guix/scripts/build.scm (guix scripts build)
register-root*
Channel: guix
Location: guix/scripts/build.scm (guix scripts build)
guix-build args
Channel: guix
Location: guix/scripts/build.scm (guix scripts build)
Documentation:

build packages or derivations without installing them

%standard-native-build-options
Channel: guix
Location: guix/scripts/build.scm (guix scripts build)
%standard-cross-build-options
Channel: guix
Location: guix/scripts/build.scm (guix scripts build)
show-build-options-help ()
Channel: guix
Location: guix/scripts/build.scm (guix scripts build)
Documentation:

Display on the current output port help about the standard command-line options handled by 'set-build-options-from-command-line', and listed in '%standard-build-options'.

dependents (store packages #:optional max-depth)
Channel: guix
Location: guix/scripts/build.scm (guix scripts build)
Documentation:

Return the list of dependents of all of PACKAGES up to distance MAX-DEPTH.

Total public symbols: 86650