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

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-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-hurd64? (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Does TARGET represent the 64bit GNU(/Hurd) system?

target-loongarch64? (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
cxx-for-target (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
target-mips64el? (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
nix-system->gnu-triplet (#:optional system vendor)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return a guess of the GNU triplet corresponding to Nix system identifier SYSTEM.

version-unique-prefix (version versions)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return the shortest version prefix to unambiguously identify VERSION among VERSIONS. For example:

(version-unique-prefix "2.0" '("3.0" "2.0")) => "2"

(version-unique-prefix "2.2" '("3.0.5" "2.0.9" "2.2.7")) => "2.2"

(version-unique-prefix "27.1" '("27.1")) => ""

guile-version>? (str)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return #t if the running Guile version is greater than STR.

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

Does TARGET represent the GNU(/Hurd) system?

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

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

target-x86-64? (#: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)?

decompressed-port (compression input)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return an input port where INPUT is decompressed according to COMPRESSION, a symbol such as 'xz.

string-closest (trial tests #:key threshold)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return the string from TESTS that is the closest from the TRIAL, according to 'string-distance'. If the TESTS are too far from TRIAL, according to THRESHOLD, then #f is returned.

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

Does TARGET represent the 32bit GNU(/Hurd) system?

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

Return the substring of FILE without its extension, if any.

target-ppc32? (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
insert-expression (source-properties expr)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Insert EXPR before the top-level expression specified by SOURCE-PROPERTIES.

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.

config-directory t-1bee376549df88c2-2ebe
Channel: guix
Location: guix/utils.scm (guix utils)
current-source-directory
Channel: guix
Location: guix/utils.scm (guix utils)
filtered-port (command input)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return an input port where data drained from INPUT is filtered through COMMAND (a list). In addition, return a list of PIDs that the caller must wait. When INPUT is a file port, it must be unbuffered; otherwise, any buffered data is lost.

version>=? (a b)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return #t when A denotes a version newer or equal to B.

readlink* (file)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Call 'readlink' until the result is not a symlink.

target-ppc64le? (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
Total public symbols: 88257