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

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.


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.

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

Does TARGET represent the GNU(/Hurd) system?

default-keyword-arguments (args defaults)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return ARGS augmented with any keyword/value from DEFAULTS for keywords not already present in ARGS.

pkg-config-for-target (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
version-major+minor+point (version-string)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return "major>.<minor>.<point>", where major, minor and point are the major, minor and point version numbers from the version-string. For example, (version-major+minor+point "6.4.5.2") returns "6.4.5" or (version-major+minor+point "1.19.2-2581-324ca14c3003") returns "1.19.2".

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

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

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

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

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.

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

Is TARGET a BPF (Berkeley Packet Filter) virtual machine target?

config-directory t-1bee376549df88c2-2ebe
Channel: guix
Location: guix/utils.scm (guix utils)
ld-for-target (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
file-sans-extension (file)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

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

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

Is the architecture of TARGET little-endian?

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.

package-name->name+version (spec #:optional delimiter)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:
Given SPEC, a package name like "foo@0.9.1b", return two values: "foo" and "0.9.1b". When the version part is unavailable, SPEC and #f are returned. Both parts must not contain any '@'. Optionally, DELIMITER can be a character other than '@'.
compressed-file? (file)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return true if FILE denotes a compressed file.

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.

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

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

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

Is the architecture of TARGET a variant of Intel's 32-bit architecture (IA32)?

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.

target-64bit? (#:optional system)
Channel: guix
Location: guix/utils.scm (guix utils)
substitute-keyword-arguments
Channel: guix
Location: guix/utils.scm (guix utils)
Total public symbols: 86650