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

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.


valid-path-basename-syntax? (item)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return true if ITEM has a valid syntax as the basename of a store item.

set-current-target
Channel: guix
Location: guix/store.scm (guix store)
add-text-to-store (store name text #:optional references)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Add TEXT under file NAME in the store, and return its store path. REFERENCES is the list of store paths referred to by the resulting store path.

store-path-package-name (path)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return the package name part of PATH, a file name in the store.

file-mapping->tree (mapping)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Convert MAPPING, an alist like:

(("guix/build/utils.scm" . "…/utils.scm"))

to a tree suitable for 'add-file-tree-to-store' and 'interned-file-tree'.

text-file (name text #:optional references)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return as a monadic value the absolute file name in the store of the file containing TEXT, a string. REFERENCES is a list of store items that the resulting text file refers to; it defaults to the empty list.

store-path-base (path)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return the base path of a path in the store.

store-connection-minor-version
Channel: guix
Location: guix/store.scm (guix store)
nix-server-version
Channel: guix
Location: guix/store.scm (guix store)
store-parameterize
Channel: guix
Location: guix/store.scm (guix store)
store-lower (proc)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Lower PROC, a monadic procedure in %STORE-MONAD, to a "normal" procedure taking the store as its first argument.

current-system
Channel: guix
Location: guix/store.scm (guix store)
&nix-connection-error
Channel: guix
Location: guix/store.scm (guix store)
topologically-sorted (store paths)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return a list containing PATHS and all their references sorted in topological order.

store-connection-cache (store cache)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return the cache of STORE identified by CACHE, an identifier as returned by 'allocate-store-connection-cache'.

nix-error?
Channel: guix
Location: guix/store.scm (guix store)
interned-file-tree
Channel: guix
Location: guix/store.scm (guix store)
derivation-log-file (drv)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return the build log file for DRV, a derivation file name, or #f if it could not be found.

add-data-to-store
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Add BYTES under file NAME in the store, and return its store path. REFERENCES is the list of store paths referred to by the resulting store path.

nix-server-major-version
Channel: guix
Location: guix/store.scm (guix store)
%default-store-connection-buffer-size
Channel: guix
Location: guix/store.scm (guix store)
live-paths (server)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return the list of live store paths---i.e., store paths still referenced, and thus not subject to being garbage-collected.

query-path-info* (item)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Monadic version of 'query-path-info' that returns #f when ITEM is not in the store.

binary-file (name data #:optional references)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return as a monadic value the absolute file name in the store of the file containing DATA, a bytevector. REFERENCES is a list of store items that the resulting text file refers to; it defaults to the empty list.

Total public symbols: 88176