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

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.


android-repo-fetch (ref hash-algo hash #:optional name #:key system guile git-repo)
Channel: guix
Location: guix/android-repo-download.scm (guix android-repo-download)
Documentation:

Return a fixed-output derivation that fetches REF, an <android-repo-reference> object. The output is expected to have recursive hash HASH of type HASH-ALGO (a symbol). Use NAME as the file name, or a generic name if unset.

android-repo-version (version revision)
Channel: guix
Location: guix/android-repo-download.scm (guix android-repo-download)
Documentation:

Return the version string for packages using android-repo-download.

avahi-browse-service-thread (proc #:key types ignore-local? family stop-loop? timeout)
Channel: guix
Location: guix/avahi.scm (guix avahi)
Documentation:

Browse services which type is part of the TYPES list, using Avahi. The search is restricted to services with the given FAMILY. Each time a service is found or removed, PROC is called and passed as argument the corresponding AVAHI-SERVICE record. If a service is available on multiple network interfaces, it will only be reported on the first interface found.

This procedure starts a new thread running the Avahi event loop. It exits when STOP-LOOP? procedure returns true.

avahi-service-local-address
Channel: guix
Location: guix/avahi.scm (guix avahi)
avahi-publish-service-thread (name #:key type port stop-loop? timeout txt)
Channel: guix
Location: guix/avahi.scm (guix avahi)
Documentation:

Publish the service TYPE using Avahi, for the given PORT, on all interfaces and for all protocols. Also, advertise the given TXT record list.

This procedure starts a new thread running the Avahi event loop. It exits when STOP-LOOP? procedure returns true.

avahi-service-txt
Channel: guix
Location: guix/avahi.scm (guix avahi)
avahi-service-interface
Channel: guix
Location: guix/avahi.scm (guix avahi)
avahi-service
Channel: guix
Location: guix/avahi.scm (guix avahi)
avahi-service-type
Channel: guix
Location: guix/avahi.scm (guix avahi)
avahi-service?
Channel: guix
Location: guix/avahi.scm (guix avahi)
avahi-service-name
Channel: guix
Location: guix/avahi.scm (guix avahi)
avahi-service-address
Channel: guix
Location: guix/avahi.scm (guix avahi)
avahi-service-port
Channel: guix
Location: guix/avahi.scm (guix avahi)
base16-string->bytevector
Channel: guix
Location: guix/base16.scm (guix base16)
Documentation:

Return the bytevector whose hexadecimal representation is string S.

bytevector->base16-string (bv)
Channel: guix
Location: guix/base16.scm (guix base16)
Documentation:

Return the hexadecimal representation of BV's contents.

invalid-base32-character-string
Channel: guix
Location: guix/base32.scm (guix base32)
&invalid-base32-character
Channel: guix
Location: guix/base32.scm (guix base32)
nix-base32-string->bytevector
Channel: guix
Location: guix/base32.scm (guix base32)
Documentation:

Return the binary representation of base32 string S as a bytevector.

%rfc4648-base32-charset
Channel: guix
Location: guix/base32.scm (guix base32)
%nix-base32-charset
Channel: guix
Location: guix/base32.scm (guix base32)
bytevector->base32-string
Channel: guix
Location: guix/base32.scm (guix base32)
Documentation:

Return a base32 encoding of BV using BASE32-CHARS as the alphabet.

bytevector->nix-base32-string
Channel: guix
Location: guix/base32.scm (guix base32)
Documentation:

Return a base32 encoding of BV using BASE32-CHARS as the alphabet.

invalid-base32-character-value
Channel: guix
Location: guix/base32.scm (guix base32)
base32-string->bytevector
Channel: guix
Location: guix/base32.scm (guix base32)
Documentation:

Return the binary representation of base32 string S as a bytevector.

Total public symbols: 86650