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

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.


elf-dynamic-info?
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
missing-runpath-error?
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
set-file-runpath (file path)
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
Documentation:

Set the value of the DT_RUNPATH dynamic entry of FILE, which must name an ELF file, to PATH, a list of strings. Raise a &missing-runpath-error or &runpath-too-long-error when appropriate.

elf-dynamic-info-soname
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
runpath-too-long-error-file
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
validate-needed-in-runpath (file #:key always-found?)
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
Documentation:

Return #t if all the libraries listed as FILE's 'DT_NEEDED' entries are present in its RUNPATH, or if FILE lacks dynamic-link information. Return #f otherwise. Libraries whose name matches ALWAYS-FOUND? are considered to be always available.

elf-dynamic-info-runpath
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
file-needed (file)
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
Documentation:

Return the list of DT_NEEDED dynamic entries of FILE, or #f if FILE lacks dynamic info.

file-needed/recursive (file)
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
Documentation:

Return two values: the list of absolute .so file names FILE depends on, recursively, and the list of .so file names that could not be found. File names are resolved by searching the RUNPATH of the file that NEEDs them.

This is similar to the info returned by the 'ldd' command.

strip-runpath (file)
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
Documentation:

Remove from the DT_RUNPATH of FILE any entries that are not necessary according to DT_NEEDED.

elf-dynamic-info (elf)
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
Documentation:

Return dynamic-link information for ELF as an <elf-dynamic-info> object, or #f if ELF lacks dynamic-link information.

elf-dynamic-info-needed
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
elf-error?
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
invalid-segment-size-segment
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
file-runpath (file)
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
Documentation:

Return the DT_RUNPATH dynamic entry of FILE as a list of strings, or #f if FILE lacks dynamic info.

guile-build (#:key phases . args)
Channel: guix
Location: guix/build/guile-build-system.scm (guix build guile-build-system)
Documentation:

Build the given Guile package, applying all of PHASES in order.

target-guile-scm+go (output #:optional guile)
Channel: guix
Location: guix/build/guile-build-system.scm (guix build guile-build-system)
Documentation:

Return paths under `output' for scm and go files for effective version of GUILE or whichever `guile' is in $PATH. Raises an error if they cannot be determined.

%standard-phases
Channel: guix
Location: guix/build/guile-build-system.scm (guix build guile-build-system)
target-guile-effective-version (#:optional guile)
Channel: guix
Location: guix/build/guile-build-system.scm (guix build guile-build-system)
Documentation:

Return the effective version of GUILE or whichever 'guile' is in $PATH. Return #false if it cannot be determined.

gnu-build (#:key source outputs inputs phases . args)
Channel: guix
Location: guix/build/hare-build-system.scm (guix build hare-build-system)
Documentation:

Build from SOURCE to OUTPUTS, using INPUTS, and by running all of PHASES in order. Return #t if all the PHASES succeeded, #f otherwise.

%standard-phases
Channel: guix
Location: guix/build/hare-build-system.scm (guix build hare-build-system)
haskell-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/haskell-build-system.scm (guix build haskell-build-system)
Documentation:

Build the given Haskell package, applying all of PHASES in order.

%standard-phases
Channel: guix
Location: guix/build/haskell-build-system.scm (guix build haskell-build-system)
hg-fetch (url changeset directory #:key hg-command)
Channel: guix
Location: guix/build/hg.scm (guix build hg)
Documentation:

Fetch CHANGESET from URL into DIRECTORY. CHANGESET must be a valid Mercurial changeset identifier. Return #t on success, #f otherwise.

Total public symbols: 86650