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

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.


delete-expression (source-properties)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Delete the expression specified by SOURCE-PROPERTIES.

target-x32? (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Is the architecture of TARGET a variant of Intel/AMD's 64-bit architecture (x86_64) using 32-bit data types?

target-mips64el? (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
target-little-endian? (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Is the architecture of TARGET little-endian?

pkg-config-for-target (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
gnu-triplet->nix-system (triplet)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return the Nix system type corresponding to TRIPLET, a GNU triplet as returned by `config.guess'.

edit-expression (source-properties proc #:key encoding include-trailing-newline?)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Edit the expression specified by SOURCE-PROPERTIES using PROC, which should be a procedure that takes the original expression in string and returns a new one. ENCODING will be used to interpret all port I/O, it defaults to UTF-8. This procedure returns #t on success. When INCLUDE-TRAILING-NEWLINE? is true, the trailing line is included in the edited expression.

system-hurd? ()
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Is the current system the GNU(/Hurd) system?

compressed-file? (file)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return true if FILE denotes a compressed file.

string-distance (s1 s2)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Compute the Levenshtein distance between two strings.

target-loongarch64? (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
downstream-package-name (prefix name)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return the Guix package name for a given package NAME.

version-major (version-string)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return the major version number as string from the version-string.

call-with-compressed-output-port (compression port proc #:key options)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Call PROC with a wrapper around PORT, a file port, that compresses data that goes to PORT according to COMPRESSION, a symbol such as 'xz. OPTIONS is a list of command-line arguments passed to the compression program.

with-atomic-file-output (file proc #:key sync?)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Call PROC with an output port for the file that is going to replace FILE. Upon success, FILE is atomically replaced by what has been written to the output port, and PROC's result is returned.

When SYNC? is true, call 'fdatasync' on the temporary file before renaming it to FILE; set it to #false for caches and temporary files to improve performance.

target-riscv64? (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Is the architecture of TARGET a 'riscv64' machine?

tarball-sans-extension (tarball)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return TARBALL without its .tar.* or .zip extension.

find-definition-location (file term #:key define-prefix pred)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Search in FILE for a top-level definition created using DEFINE-PREFIX, with the defined term compared to TERM through PRED. Return the location if PRED returns #t, or #f otherwise.

target-32bit? (#:optional system)
Channel: guix
Location: guix/utils.scm (guix utils)
version>? (a b)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return #t when A denotes a version strictly newer than B.

system-hurd64? ()
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Is the current system the 64bit GNU(/Hurd) system?

arguments-from-environment-variable (variable)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Retrieve value of environment variable denoted by string VARIABLE in the form of a list of strings (`char-set:graphic' tokens) suitable for consumption by `args-fold', if VARIABLE is defined, otherwise return an empty list.

%guix-source-root-directory ()
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return the source root directory of the Guix found in %load-path.

target-avr? (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Is the architecture of TARGET a variant of Microchip's AVR architecture?

Total public symbols: 86753