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

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.


http-fetch/cached (uri #:key ttl text? headers write-cache cache-miss log-port cache-directory timeout)
Channel: guix
Location: guix/http-client.scm (guix http-client)
Documentation:

Like 'http-fetch', return an input port, but cache its contents in CACHE-DIRECTORY, ~/.cache/guix by default. The cache remains valid for TTL seconds.

Call WRITE-CACHE with the HTTP input port and the cache output port to write the data to cache. Call CACHE-MISS with URI just before fetching data from URI.

HEADERS is an alist of extra HTTP headers, to which cache-related headers are added automatically as appropriate.

TIMEOUT specifies the timeout in seconds for connection establishment.

Write information about redirects to LOG-PORT.

network-error?
Channel: guix
Location: guix/http-client.scm (guix http-client)
Documentation:

Return true if EXCEPTION denotes a networking error.

%http-cache-ttl
Channel: guix
Location: guix/http-client.scm (guix http-client)
%package-text-domain
Channel: guix
Location: guix/i18n.scm (guix i18n)
G_ (t-13c8accbfea35c4d-15)
Channel: guix
Location: guix/i18n.scm (guix i18n)
N_ (t-13c8accbfea35c4d-1b t-13c8accbfea35c4d-1c t-13c8accbfea35c4d-1d)
Channel: guix
Location: guix/i18n.scm (guix i18n)
P_ (msgid)
Channel: guix
Location: guix/i18n.scm (guix i18n)
Documentation:

Return the translation of the package description or synopsis MSGID.

%gettext-domain
Channel: guix
Location: guix/i18n.scm (guix i18n)
%apache-updater
Channel: guix
Location: guix/import/apache.scm (guix import apache)
cabal-package-flags
Channel: guix
Location: guix/import/cabal.scm (guix import cabal)
cabal-package?
Channel: guix
Location: guix/import/cabal.scm (guix import cabal)
cabal-test-suite?
Channel: guix
Location: guix/import/cabal.scm (guix import cabal)
read-cabal (#:optional port file-name)
Channel: guix
Location: guix/import/cabal.scm (guix import cabal)
Documentation:

Read a Cabal file from PORT. FILE-NAME is a string used in error messages. If #f use the function 'port-filename' to obtain it.

cabal-package-custom-setup
Channel: guix
Location: guix/import/cabal.scm (guix import cabal)
eval-cabal (cabal-sexp env)
Channel: guix
Location: guix/import/cabal.scm (guix import cabal)
Documentation:

Given the CABAL-SEXP produced by 'read-cabal', evaluate all conditionals and return a 'cabal-package' object. The values of all tests can be overwritten by specifying the desired value in ENV. ENV must be an alist. The accepted keys are: "os", "arch", "impl" and a name of a flag. The value associated with a flag has to be either "true" or "false". The value associated with other keys has to conform to the Cabal file format definition.

cabal-package-version
Channel: guix
Location: guix/import/cabal.scm (guix import cabal)
cabal-library?
Channel: guix
Location: guix/import/cabal.scm (guix import cabal)
cabal-executable-name
Channel: guix
Location: guix/import/cabal.scm (guix import cabal)
cabal-source-repository-type
Channel: guix
Location: guix/import/cabal.scm (guix import cabal)
cabal-package-name
Channel: guix
Location: guix/import/cabal.scm (guix import cabal)
cabal-source-repository-use-case
Channel: guix
Location: guix/import/cabal.scm (guix import cabal)
cabal-test-suite-name
Channel: guix
Location: guix/import/cabal.scm (guix import cabal)
cabal-custom-setup-dependencies
Channel: guix
Location: guix/import/cabal.scm (guix import cabal)
cabal-flag?
Channel: guix
Location: guix/import/cabal.scm (guix import cabal)
Total public symbols: 86650