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

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.


check-formatting (package)
Channel: guix
Location: guix/lint.scm (guix lint)
Documentation:

Check the formatting of the source code of PACKAGE.

lint-warning-location
Channel: guix
Location: guix/lint.scm (guix lint)
lint-warning-message-data
Channel: guix
Location: guix/lint.scm (guix lint)
check-github-url (package #:key timeout)
Channel: guix
Location: guix/lint.scm (guix lint)
Documentation:

Check whether PACKAGE uses source URLs that redirect to GitHub.

check-for-updates (package)
Channel: guix
Location: guix/lint.scm (guix lint)
Documentation:

Check if there is an update available for PACKAGE.

check-source-unstable-tarball (package)
Channel: guix
Location: guix/lint.scm (guix lint)
Documentation:

Emit a warning if PACKAGE's source is an autogenerated tarball.

lint-warning?
Channel: guix
Location: guix/lint.scm (guix lint)
check-derivation (package #:key store)
Channel: guix
Location: guix/lint.scm (guix lint)
Documentation:

Emit a warning if we fail to compile PACKAGE to a derivation.

%all-checkers
Channel: guix
Location: guix/lint.scm (guix lint)
lint-checker-name
Channel: guix
Location: guix/lint.scm (guix lint)
memoize (proc)
Channel: guix
Location: guix/memoization.scm (guix memoization)
Documentation:

Return a memoizing version of PROC.

This is a generic version of 'mlambda' what works regardless of the arity of 'proc'. It is more expensive since the argument list is always allocated, and the result is returned via (apply values results).

invalidate-memoization! (proc)
Channel: guix
Location: guix/memoization.scm (guix memoization)
Documentation:

Invalidate the memoization cache of PROC.

mlambdaq
Channel: guix
Location: guix/memoization.scm (guix memoization)
mlambda
Channel: guix
Location: guix/memoization.scm (guix memoization)
guix-module-name? (name)
Channel: guix
Location: guix/modules.scm (guix modules)
Documentation:

Return true if NAME (a list of symbols) denotes a Guix module.

file-name->module-name
Channel: guix
Location: guix/modules.scm (guix modules)
Documentation:

Return the module name (a list of symbols) corresponding to FILE.

source-module-closure (modules #:optional load-path #:key select?)
Channel: guix
Location: guix/modules.scm (guix modules)
Documentation:

Return the closure of MODULES by reading 'define-module' forms in their source code. MODULES and the result are a list of Guile module names. Only modules that match SELECT? are considered.

source-module-dependencies (module #:optional load-path)
Channel: guix
Location: guix/modules.scm (guix modules)
Documentation:

Return the modules used by MODULE by looking at its source code.

missing-dependency-module
Channel: guix
Location: guix/modules.scm (guix modules)
module-name->file-name (module)
Channel: guix
Location: guix/modules.scm (guix modules)
Documentation:

Return the file name for MODULE.

missing-dependency-error?
Channel: guix
Location: guix/modules.scm (guix modules)
missing-dependency-search-path
Channel: guix
Location: guix/modules.scm (guix modules)
live-module-closure (modules #:key select?)
Channel: guix
Location: guix/modules.scm (guix modules)
Documentation:

Return the closure of MODULES, determined by looking at live (loaded) module information. MODULES and the result are a list of Guile module names. Only modules that match SELECT? are considered.

run-in-store
Channel: guix
Location: guix/monad-repl.scm (guix monad-repl)
Total public symbols: 86650