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

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-decompressed-port (compression port proc)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Call PROC with a wrapper around PORT, a file port, that decompresses data read from PORT according to COMPRESSION, a symbol such as 'xz.

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

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

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.

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-arm? (#: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.

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

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

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

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

Enqueue THUNK for future execution by POOL.

Page: 1361936203621
Total public symbols: 86894