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

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-response-error?
Channel: guix
Location: guix/substitutes.scm (guix substitutes)
Documentation:

Return true if EXCEPTION denotes an error with the http response

call-with-connection-error-handling (uri proc)
Channel: guix
Location: guix/substitutes.scm (guix substitutes)
Documentation:

Call PROC, and catch if a connection fails, print a warning and return #f.

lookup-narinfos (cache paths #:key open-connection make-progress-reporter)
Channel: guix
Location: guix/substitutes.scm (guix substitutes)
Documentation:

Return the narinfos for PATHS, invoking the server at CACHE when no information is available locally.

%narinfo-cache-directory
Channel: guix
Location: guix/substitutes.scm (guix substitutes)
lookup-narinfos/diverse (caches paths authorized? #:key open-connection make-progress-reporter)
Channel: guix
Location: guix/substitutes.scm (guix substitutes)
Documentation:

Look up narinfos for PATHS on all of CACHES, a list of URLS, in that order. That is, when a cache lacks an AUTHORIZED? narinfo, look it up in the next cache, and so on.

Return a list of narinfos for PATHS or a subset thereof. The returned narinfos are either AUTHORIZED?, or they claim a hash that matches an AUTHORIZED? narinfo.

download-nar (narinfo destination #:key deduplicate? print-build-trace? fetch-timeout fast-decompression? open-connection-for-uri keep-alive?)
Channel: guix
Location: guix/substitutes.scm (guix substitutes)
Documentation:

Download the nar prescribed in NARINFO, which is assumed to be authentic and authorized, and write it to DESTINATION. When DEDUPLICATE? is true, and if DESTINATION is in the store, deduplicate its files. Use OPEN-CONNECTION-FOR-URI to open connections.

svn-reference-recursive?
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
svn-multi-reference-recursive?
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
svn-multi-fetch (ref hash-algo hash #:optional name #:key system guile svn)
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
Documentation:

Return a fixed-output derivation that fetches REF, a <svn-multi-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 #f.

svn-reference?
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
svn-reference
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
svn-reference-password
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
svn-multi-reference-user-name
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
svn-fetch (ref hash-algo hash #:optional name #:key system guile svn)
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
Documentation:

Return a fixed-output derivation that fetches REF, a <svn-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 #f.

svn-reference-revision
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
svn-reference-url
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
svn-multi-reference-password
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
download-multi-svn-to-store (store ref #:optional name #:key log)
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
Documentation:

Download from REF, a <svn-multi-reference> object to STORE. Write progress reports to LOG.

svn-reference-user-name
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
download-svn-to-store (store ref #:optional name #:key log)
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
Documentation:

Download from REF, a <svn-reference> object to STORE. Write progress reports to LOG.

svn-multi-reference
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
svn-multi-reference?
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
svn-multi-reference-locations
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
svn-multi-reference-revision
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
Total public symbols: 88176