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

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.


content-hash-value
Channel: guix
Location: guix/packages.scm (guix packages)
origin-modules
Channel: guix
Location: guix/packages.scm (guix packages)
define-deprecated-package
Channel: guix
Location: guix/packages.scm (guix packages)
package?
Channel: guix
Location: guix/packages.scm (guix packages)
package-version
Channel: guix
Location: guix/packages.scm (guix packages)
package-with-extra-patches (original patches)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return package ORIGINAL with all PATCHES appended to its list of patches.

origin-method
Channel: guix
Location: guix/packages.scm (guix packages)
&package-error
Channel: guix
Location: guix/packages.scm (guix packages)
package-superseded (p)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the package that supersedes P, or #f if P is still current.

content-hash-algorithm
Channel: guix
Location: guix/packages.scm (guix packages)
%supported-systems
Channel: guix
Location: guix/packages.scm (guix packages)
bag-transitive-target-inputs (bag)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the "target inputs" of BAG, recursively.

package-output (store package #:optional output system)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the output path of PACKAGE's OUTPUT for SYSTEM---where OUTPUT is the symbolic output name, such as "out". Note that this procedure calls `package-derivation', which is costly.

base32
Channel: guix
Location: guix/packages.scm (guix packages)
package-file (package #:optional file #:key system output target)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return as a monadic value the absolute file name of FILE within the OUTPUT directory of PACKAGE. When FILE is omitted, return the name of the OUTPUT directory of PACKAGE. When TARGET is true, use it as a cross-compilation target triplet.

Note that this procedure does _not_ build PACKAGE. Thus, the result might or might not designate an existing file. We recommend not using this procedure unless you know what you are doing.

this-origin
Channel: guix
Location: guix/packages.scm (guix packages)
package-license-error?
Channel: guix
Location: guix/packages.scm (guix packages)
modify-inputs
Channel: guix
Location: guix/packages.scm (guix packages)
origin?
Channel: guix
Location: guix/packages.scm (guix packages)
package-supported-systems
Channel: guix
Location: guix/packages.scm (guix packages)
package-source-derivation
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the derivation or file corresponding to SOURCE, which can be an a file name or any object handled by 'lower-object', such as an <origin>. When SOURCE is a file name, return either the interned file name (if SOURCE is outside of the store) or SOURCE itself (if SOURCE is already a store item.)

&package-cross-build-system-error
Channel: guix
Location: guix/packages.scm (guix packages)
content-hash?
Channel: guix
Location: guix/packages.scm (guix packages)
origin-snippet
Channel: guix
Location: guix/packages.scm (guix packages)
Total public symbols: 88182