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

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.


object->fields (object fields port)
Channel: guix
Location: guix/records.scm (guix records)
Documentation:

Write OBJECT (typically a record) as a series of recutils-style fields to PORT, according to FIELDS. FIELDS must be a list of field name/getter pairs.

alist->record (alist make keys #:optional multiple-value-keys)
Channel: guix
Location: guix/records.scm (guix records)
Documentation:

Apply MAKE to the values associated with KEYS in ALIST. Items in KEYS that are also in MULTIPLE-VALUE-KEYS are considered to occur possibly multiple times in ALIST, and thus their value is a list.

define-record-type*
Channel: guix
Location: guix/records.scm (guix records)
match-record-lambda
Channel: guix
Location: guix/records.scm (guix records)
hash-algo
Channel: guix
Location: guix/remote-procedures.scm (guix remote-procedures)
id:
Channel: guix
Location: guix/remote-procedures.scm (guix remote-procedures)
build-mode
Channel: guix
Location: guix/remote-procedures.scm (guix remote-procedures)
gc-action
Channel: guix
Location: guix/remote-procedures.scm (guix remote-procedures)
%protocol-version
Channel: guix
Location: guix/remote-procedures.scm (guix remote-procedures)
protocol-version (major minor)
Channel: guix
Location: guix/remote-procedures.scm (guix remote-procedures)
Documentation:

Return an integer representing protocol version MAJOR and MINOR.

protocol-minor (magic)
Channel: guix
Location: guix/remote-procedures.scm (guix remote-procedures)
Documentation:

Extract from MAGIC, an integer, the protocol minor version.

protocol-major (magic)
Channel: guix
Location: guix/remote-procedures.scm (guix remote-procedures)
Documentation:

Extract from MAGIC, an integer, the protocol major version.

visit-remote-procedures
Channel: guix
Location: guix/remote-procedures.scm (guix remote-procedures)
%worker-magic-1
Channel: guix
Location: guix/remote-procedures.scm (guix remote-procedures)
remote-procedure-id
Channel: guix
Location: guix/remote-procedures.scm (guix remote-procedures)
stream-argument
Channel: guix
Location: guix/remote-procedures.scm (guix remote-procedures)
%worker-magic-2
Channel: guix
Location: guix/remote-procedures.scm (guix remote-procedures)
returns:
Channel: guix
Location: guix/remote-procedures.scm (guix remote-procedures)
remote-eval (exp session #:key build-locally? system module-path socket-name become-command)
Channel: guix
Location: guix/remote.scm (guix remote)
Documentation:

Evaluate EXP, a gexp, on the host at SESSION, an SSH session. Ensure that all the elements EXP refers to are built and deployed to SESSION beforehand. When BUILD-LOCALLY? is true, said dependencies are built locally and sent to the remote store afterwards; otherwise, dependencies are built directly on the remote store.

machine-repl (#:optional input output)
Channel: guix
Location: guix/repl.scm (guix repl)
Documentation:

Run a machine-usable REPL over ports INPUT and OUTPUT.

The protocol of this REPL is meant to be machine-readable and provides proper support to represent multiple-value returns, exceptions, objects that lack a read syntax, and so on. As such it is more convenient and robust than parsing Guile's REPL prompt.

send-repl-response (exp output #:key version)
Channel: guix
Location: guix/repl.scm (guix repl)
Documentation:

Write the response corresponding to the evaluation of EXP to PORT, an output port. VERSION is the client's protocol version we are targeting.

make-header-entry
Channel: guix
Location: guix/rpm.scm (guix rpm)
header-entry?
Channel: guix
Location: guix/rpm.scm (guix rpm)
bytevector->hex-string (bv)
Channel: guix
Location: guix/rpm.scm (guix rpm)
Total public symbols: 86650