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

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.


equivalent-narinfo? (narinfo1 narinfo2)
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
Documentation:

Return true if NARINFO1 and NARINFO2 are equivalent--i.e., if they describe the same store item. This ignores unnecessary metadata such as the Nar URL.

narinfo-signature->canonical-sexp (str)
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
Documentation:

Return the value of a narinfo's 'Signature' field as a canonical sexp.

read-narinfo (port #:optional url #:key size)
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
Documentation:

Read a narinfo from PORT. If URL is true, it must be a string used to build full URIs from relative URIs found while reading PORT. When SIZE is true, read at most SIZE bytes from PORT; otherwise, read as much as possible. Return #f if the narinfo that was read is not syntactically valid, for instance if it contains invalid store file names.

No authentication and authorization checks are performed here!

narinfo-signature
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
narinfo-best-uri (narinfo #:key fast-decompression?)
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
Documentation:

Select the "best" URI to download NARINFO's nar, and return three values: the URI, its compression method (a string), and the compressed file size.

When FAST-DECOMPRESSION? is true, prefer substitutes with faster decompression (typically zstd) rather than substitutes with a higher compression ratio (typically lzip).

narinfo-uri-base
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
narinfo-hash
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
narinfo-size
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
narinfo-system
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
narinfo-deriver
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
narinfo-uris
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
valid-narinfo? (narinfo #:optional acl #:key verbose?)
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
Documentation:

Return #t if NARINFO's signature is valid and made by one of the keys in ACL.

string->narinfo (str cache-uri)
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
Documentation:

Return the narinfo represented by STR or #f if it is not syntactically valid. Assume CACHE-URI as the base URI of the cache STR originates form.

narinfo->string (narinfo)
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
Documentation:

Return the external representation of NARINFO.

narinfo-file-hashes
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
write-narinfo (narinfo port)
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
Documentation:

Write NARINFO to PORT.

narinfo-path
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
narinfo-file-sizes
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
narinfo-hash-algorithm+value (narinfo)
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
Documentation:

Return two values: the hash algorithm used by NARINFO and its value as a bytevector.

narinfo-references
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
narinfo-hash->sha256 (hash)
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
Documentation:

If the string HASH denotes a sha256 hash, return it as a bytevector. Otherwise return #f.

narinfo-compressions
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
narinfo?
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
get-openpgp-keyring (port #:optional keyring #:key limit)
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
Documentation:

Read from PORT an OpenPGP keyring in binary format; return a keyring based on all the OpenPGP primary keys that were read. The returned keyring complements KEYRING. LIMIT is the maximum number of keys to read, or -1 if there is no limit.

Total public symbols: 86650