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

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.


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-signature?
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
%empty-keyring
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
openpgp-user-id?
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
openpgp-keyring?
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
openpgp-invalid-signature-error?
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
read-radix-64 (port)
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
Documentation:

Read from PORT an ASCII-armored Radix-64 stream, decode it, and return the result as a bytevector as well as the type, a string such as "PGP MESSAGE". Return #f if PORT does not contain a valid Radix-64 stream, and the end-of-file object if the Radix-64 sequence was truncated.

openpgp-public-key?
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
openpgp-user-attribute?
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
hidden-package (p)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return a "hidden" version of P--i.e., one that 'fold-packages' and thus, user interfaces, ignores.

deprecated-package (old-name p)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return a package called OLD-NAME and marked as superseded by P, a package object.

package-native-inputs
Channel: guix
Location: guix/packages.scm (guix packages)
%32bit-supported-systems
Channel: guix
Location: guix/packages.scm (guix packages)
package-mapping (proc #:optional cut? #:key deep?)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return a procedure that, given a package, applies PROC to all the packages depended on and returns the resulting package. The procedure stops recursion when CUT? returns true for a given package. When DEEP? is true, PROC is applied to implicit inputs as well.

this-package-input
Channel: guix
Location: guix/packages.scm (guix packages)
origin-hash
Channel: guix
Location: guix/packages.scm (guix packages)
package-cyclic-dependency-error?
Channel: guix
Location: guix/packages.scm (guix packages)
package-propagated-inputs
Channel: guix
Location: guix/packages.scm (guix packages)
origin-modules
Channel: guix
Location: guix/packages.scm (guix packages)
package
Channel: guix
Location: guix/packages.scm (guix packages)
&package-input-error
Channel: guix
Location: guix/packages.scm (guix packages)
package-location (package)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the source code location of PACKAGE as a <location> record, or #f if it is not known.

define-public
Channel: guix
Location: guix/packages.scm (guix packages)
content-hash?
Channel: guix
Location: guix/packages.scm (guix packages)
Total public symbols: 86650