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

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.


assume-valid-file-name
Channel: guix
Location: guix/gexp.scm (guix gexp)
define-gexp-compiler
Channel: guix
Location: guix/gexp.scm (guix gexp)
plain-file?
Channel: guix
Location: guix/gexp.scm (guix gexp)
gexp-modules (gexp)
Channel: guix
Location: guix/gexp.scm (guix gexp)
Documentation:

Return the list of Guile module names GEXP relies on. If (gexp? GEXP) is false, meaning that GEXP is a plain Scheme object, return the empty list.

parameterized?
Channel: guix
Location: guix/gexp.scm (guix gexp)
program-file (name gexp #:key guile module-path)
Channel: guix
Location: guix/gexp.scm (guix gexp)
Documentation:

Return an object representing the executable store item NAME that runs GEXP. GUILE is the Guile package used to execute that script. Imported modules of GEXP are looked up in MODULE-PATH.

This is the declarative counterpart of 'gexp->script'.

file-append?
Channel: guix
Location: guix/gexp.scm (guix gexp)
scheme-file-name
Channel: guix
Location: guix/gexp.scm (guix gexp)
raw-derivation-file
Channel: guix
Location: guix/gexp.scm (guix gexp)
lowered-gexp-sources
Channel: guix
Location: guix/gexp.scm (guix gexp)
symlink-to (target)
Channel: guix
Location: guix/gexp.scm (guix gexp)
Documentation:

Return an object that is a symlink to TARGET.

scheme-file-gexp
Channel: guix
Location: guix/gexp.scm (guix gexp)
lower-object (obj #:optional system #:key target)
Channel: guix
Location: guix/gexp.scm (guix gexp)
Documentation:

Return as a value in %STORE-MONAD the derivation or store item corresponding to OBJ for SYSTEM, cross-compiling for TARGET if TARGET is true. OBJ must be an object that has an associated gexp compiler, such as a <package>.

program-file-name
Channel: guix
Location: guix/gexp.scm (guix gexp)
gexp-input-error?
Channel: guix
Location: guix/gexp.scm (guix gexp)
computed-file-name
Channel: guix
Location: guix/gexp.scm (guix gexp)
assume-source-relative-file-name
Channel: guix
Location: guix/gexp.scm (guix gexp)
program-file-guile
Channel: guix
Location: guix/gexp.scm (guix gexp)
plain-file-content
Channel: guix
Location: guix/gexp.scm (guix gexp)
gexp-input (thing #:optional output #:key native?)
Channel: guix
Location: guix/gexp.scm (guix gexp)
Documentation:

Return a new <gexp-input> for the OUTPUT of THING; NATIVE? determines whether this should be considered a "native" input or not.

computed-file-options
Channel: guix
Location: guix/gexp.scm (guix gexp)
local-file
Channel: guix
Location: guix/gexp.scm (guix gexp)
gexp-input-output
Channel: guix
Location: guix/gexp.scm (guix gexp)
computed-file (name gexp #:key guile local-build? options)
Channel: guix
Location: guix/gexp.scm (guix gexp)
Documentation:

Return an object representing the store item NAME, a file or directory computed by GEXP. When LOCAL-BUILD? is #t (the default), it ensures the corresponding derivation is built locally. OPTIONS may be used to pass additional arguments to 'gexp->derivation'.

This is the declarative counterpart of 'gexp->derivation'.

Total public symbols: 86650