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

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.


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

Is the architecture of TARGET little-endian?

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

Are we running on a Hurd system? This is almost never the right function, use target-hurd? or system-hurd? instead.

pkg-config-for-target (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
target-hurd64? (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

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

target-arm32? (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
string-distance (s1 s2)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Compute the Levenshtein distance between two strings.

target-ppc32? (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
target-loongarch64? (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
version-major+minor (version-string)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return "<major>.<minor>", where major and minor are the major and minor version numbers from version-string.

find-definition-insertion-location (file term #:key define-prefix)
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 alphabetically succeeds TERM. Return the location if found, or #f otherwise.

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

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

pool-idle? (pool)
Channel: guix
Location: guix/workers.scm (guix workers)
Documentation:

Return true if POOL doesn't have any task in its queue and all the workers are currently idle (i.e., waiting for a task).

pool?
Channel: guix
Location: guix/workers.scm (guix workers)
eventually
Channel: guix
Location: guix/workers.scm (guix workers)
make-pool (#:optional count #:key thread-name)
Channel: guix
Location: guix/workers.scm (guix workers)
Documentation:

Return a pool of COUNT workers. Use THREAD-NAME as the name of these threads as reported by the operating system.

pool-enqueue! (pool thunk)
Channel: guix
Location: guix/workers.scm (guix workers)
Documentation:

Enqueue THUNK for future execution by POOL.

Page: 1361336143615
Total public symbols: 86753