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

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.


template-directory
Channel: guix
Location: guix/monads.scm (guix monads)
lift6
Channel: guix
Location: guix/monads.scm (guix monads)
state-bind
Channel: guix
Location: guix/monads.scm (guix monads)
define-monad
Channel: guix
Location: guix/monads.scm (guix monads)
>>=
Channel: guix
Location: guix/monads.scm (guix monads)
mlet
Channel: guix
Location: guix/monads.scm (guix monads)
lift0
Channel: guix
Location: guix/monads.scm (guix monads)
foldm
Channel: guix
Location: guix/monads.scm (guix monads)
state-return
Channel: guix
Location: guix/monads.scm (guix monads)
state-pop ()
Channel: guix
Location: guix/monads.scm (guix monads)
Documentation:

Pop a value from the current state and return it as a monadic value. The state is assumed to be a list.

lift1
Channel: guix
Location: guix/monads.scm (guix monads)
state-parameterize
Channel: guix
Location: guix/monads.scm (guix monads)
with-monad
Channel: guix
Location: guix/monads.scm (guix monads)
%identity-monad
Channel: guix
Location: guix/monads.scm (guix monads)
anym
Channel: guix
Location: guix/monads.scm (guix monads)
mparameterize
Channel: guix
Location: guix/monads.scm (guix monads)
nar-invalid-hash-error?
Channel: guix
Location: guix/nar.scm (guix nar)
nar-invalid-hash-error-expected
Channel: guix
Location: guix/nar.scm (guix nar)
nar-signature-error?
Channel: guix
Location: guix/nar.scm (guix nar)
restore-file-set (port #:key verify-signature? lock? log-port)
Channel: guix
Location: guix/nar.scm (guix nar)
Documentation:

Restore the file set ("nar bundle") read from PORT to the store. The format of the data on PORT must be as created by 'export-paths'---i.e., a series of Nar-formatted archives with interspersed meta-data joining them together, possibly with a digital signature at the end. Log progress to LOG-PORT. Return the list of files restored.

When LOCK? is #f, assume locks for the files to be restored are already held. This is the case when the daemon calls a build hook.

Note that this procedure accesses the store directly, so it's only meant to be used by the daemon's build hooks since they cannot call back to the daemon while the locks are held.

nar-invalid-hash-error-actual
Channel: guix
Location: guix/nar.scm (guix nar)
nar-signature-error-signature
Channel: guix
Location: guix/nar.scm (guix nar)
narinfo-preferred-uris (narinfo #:key fast-decompression?)
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
Documentation:

Return the sorted list of "preferred" nar URIs from NARINFO (preferred comes first) where each entry is a tuple containing: 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-contents
Channel: guix
Location: guix/narinfo.scm (guix narinfo)
Total public symbols: 86650