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

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.


openpgp-signature-public-key-algorithm
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
openpgp-user-id-value
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
openpgp-public-key-fingerprint
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
verify-openpgp-signature (sig keyring dataport)
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
Documentation:

Verify that the data read from DATAPORT matches SIG, an <openpgp-signature>. Fetch the public key of the issuer of SIG from KEYRING, a keyring as returned by 'get-openpgp-keyring'. Return two values: a status symbol, such as 'bad-signature or 'missing-key, and additional info, such as the issuer's OpenPGP public key extracted from KEYRING.

openpgp-public-key-value
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
package-transitive-inputs (package)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the transitive inputs of PACKAGE---i.e., its direct inputs along with their propagated inputs, recursively.

unsupported-cross-compilation-target-error-target
Channel: guix
Location: guix/packages.scm (guix packages)
package-development-inputs (package #:optional system #:key target)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the list of inputs required by PACKAGE for development purposes on SYSTEM. When TARGET is true, return the inputs needed to cross-compile PACKAGE from SYSTEM to TRIPLET, where TRIPLET is a triplet such as "aarch64-linux-gnu".

content-hash
Channel: guix
Location: guix/packages.scm (guix packages)
package-native-search-paths
Channel: guix
Location: guix/packages.scm (guix packages)
package-with-patches (original patches)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return package ORIGINAL with PATCHES applied.

default-guile ()
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the default Guile package used to run the build code of derivations.

%cuirass-supported-systems
Channel: guix
Location: guix/packages.scm (guix packages)
origin-patches
Channel: guix
Location: guix/packages.scm (guix packages)
package-license-error?
Channel: guix
Location: guix/packages.scm (guix packages)
package-location<? (p1 p2)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return true if P1's location is "before" P2's.

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.

package-transitive-native-search-paths (package)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the list of search paths for PACKAGE and its propagated inputs, recursively.

&package-cross-build-system-error
Channel: guix
Location: guix/packages.scm (guix packages)
lookup-package-direct-input (package name)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Look up NAME among PACKAGE's direct inputs. Return it if found, #f otherwise.

package-license
Channel: guix
Location: guix/packages.scm (guix packages)
package-propagated-inputs
Channel: guix
Location: guix/packages.scm (guix packages)
%current-system
Channel: guix
Location: guix/packages.scm (guix packages)
package-input-rewriting/spec (replacements #:key deep? replace-hidden?)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:
Return a procedure that, given a package, applies the given REPLACEMENTS to all the package graph, including implicit inputs unless DEEP? is false. REPLACEMENTS is a list of spec/procedures pair; each spec is a package specification such as "gcc" or "guile@2", and each procedure takes a matching package and returns a replacement for that package. Matching packages that have the 'hidden?' property set are not replaced unless REPLACE-HIDDEN? is set to true.
Total public symbols: 88182