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

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.


close-inferior (inferior)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Close INFERIOR.

inferior-package-native-search-paths (t-f7bdf8847bdd73-2493)
Channel: guix
Location: guix/inferior.scm (guix inferior)
inferior?
Channel: guix
Location: guix/inferior.scm (guix inferior)
inferior-protocol-error?
Channel: guix
Location: guix/inferior.scm (guix inferior)
inferior-package-search-paths (t-f7bdf8847bdd73-2499)
Channel: guix
Location: guix/inferior.scm (guix inferior)
inferior-package-derivation (store package #:optional system #:key target)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Return the derivation for PACKAGE, an inferior package, built for SYSTEM and cross-built for TARGET if TARGET is true. The inferior corresponding to PACKAGE must be live.

inferior-package-inputs (t-f7bdf8847bdd73-2474)
Channel: guix
Location: guix/inferior.scm (guix inferior)
inferior-exception-inferior
Channel: guix
Location: guix/inferior.scm (guix inferior)
read-repl-response (port #:optional inferior)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Read a (guix repl) response from PORT and return it as a Scheme object. Raise '&inferior-exception' when an exception is read from PORT.

%inferior-cache-directory
Channel: guix
Location: guix/inferior.scm (guix inferior)
inferior-package-name
Channel: guix
Location: guix/inferior.scm (guix inferior)
open-inferior (directory #:key command error-port)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Open the inferior Guix in DIRECTORY, running 'DIRECTORY/COMMAND repl' or equivalent. Return #f if the inferior could not be launched.

inferior-object?
Channel: guix
Location: guix/inferior.scm (guix inferior)
inferior-package?
Channel: guix
Location: guix/inferior.scm (guix inferior)
inferior-package-provenance (package)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Return a "provenance sexp" for PACKAGE, an inferior package. The result is similar to the sexp returned by 'package-provenance' for regular packages.

inferior-package-propagated-inputs (t-f7bdf8847bdd73-2480)
Channel: guix
Location: guix/inferior.scm (guix inferior)
inferior-package-version
Channel: guix
Location: guix/inferior.scm (guix inferior)
content-size
Channel: guix
Location: guix/ipfs.scm (guix ipfs)
publish-name (object)
Channel: guix
Location: guix/ipfs.scm (guix ipfs)
Documentation:

Publish OBJECT under the current peer ID.

add-data (data #:key name recursive?)
Channel: guix
Location: guix/ipfs.scm (guix ipfs)
Documentation:

Add DATA, a bytevector, to IPFS. Return a content object representing it.

add-file (file #:key name)
Channel: guix
Location: guix/ipfs.scm (guix ipfs)
Documentation:

Add FILE under NAME to the IPFS and return a content object for it.

read-contents (object #:key offset length)
Channel: guix
Location: guix/ipfs.scm (guix ipfs)
Documentation:

Return an input port to read the content of OBJECT from.

add-to-directory (directory file name)
Channel: guix
Location: guix/ipfs.scm (guix ipfs)
Documentation:

Add FILE to DIRECTORY under NAME, and return the resulting directory. DIRECTORY and FILE must be hashes identifying objects in the IPFS store.

content-name
Channel: guix
Location: guix/ipfs.scm (guix ipfs)
Total public symbols: 86650