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

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.


make-channel-introduction (commit signer)
Channel: guix
Location: guix/channels.scm (guix channels)
Documentation:

Return a new channel introduction: COMMIT is the introductory where authentication starts, and SIGNER is the OpenPGP fingerprint (a bytevector) of the signer of that commit.

latest-channel-derivation (#:optional channels #:key current-channels validate-pull)
Channel: guix
Location: guix/channels.scm (guix channels)
Documentation:

Return as a monadic value the derivation that builds the profile for the latest instances of CHANNELS. CURRENT-CHANNELS and VALIDATE-PULL are passed to 'latest-channel-instances'.

job-build-id
Channel: guix
Location: guix/ci.scm (guix ci)
evaluation-jobs (url evaluation-id)
Channel: guix
Location: guix/ci.scm (guix ci)
Documentation:

Return the list of jobs of evaluation EVALUATION-ID.

evaluation?
Channel: guix
Location: guix/ci.scm (guix ci)
history-evaluation
Channel: guix
Location: guix/ci.scm (guix ci)
queued-builds (url #:optional limit)
Channel: guix
Location: guix/ci.scm (guix ci)
Documentation:

Return the list of queued derivations on URL.

build-derivation
Channel: guix
Location: guix/ci.scm (guix ci)
evaluation-id
Channel: guix
Location: guix/ci.scm (guix ci)
build-start-time
Channel: guix
Location: guix/ci.scm (guix ci)
job-build (url job)
Channel: guix
Location: guix/ci.scm (guix ci)
Documentation:

Return the build associated with JOB.

checkout-commit
Channel: guix
Location: guix/ci.scm (guix ci)
evaluation-checkout-time
Channel: guix
Location: guix/ci.scm (guix ci)
build-products
Channel: guix
Location: guix/ci.scm (guix ci)
jobs-history (url jobs #:key specification limit)
Channel: guix
Location: guix/ci.scm (guix ci)
Documentation:

Return the job history for the SPECIFICATION jobs which names are part of the JOBS list, from the CI server at URL. Limit the history to the latest LIMIT evaluations.

latest-evaluations (url #:optional limit #:key spec)
Channel: guix
Location: guix/ci.scm (guix ci)
Documentation:

Return the latest evaluations performed by the CI server at URL. If SPEC is passed, only consider the evaluations for the given SPEC specification.

build-product-type
Channel: guix
Location: guix/ci.scm (guix ci)
build-product-id
Channel: guix
Location: guix/ci.scm (guix ci)
build-product-path
Channel: guix
Location: guix/ci.scm (guix ci)
evaluation-spec
Channel: guix
Location: guix/ci.scm (guix ci)
job-name
Channel: guix
Location: guix/ci.scm (guix ci)
history-checkouts
Channel: guix
Location: guix/ci.scm (guix ci)
channel-with-substitutes-available (chan url)
Channel: guix
Location: guix/ci.scm (guix ci)
Documentation:

Return a channel inheriting from CHAN but which commit field is set to the latest commit with available substitutes for the Guix package definitions at URL. The current system is taken into account.

If no commit with available substitutes were found, the commit field is set to false and a warning message is printed.

job?
Channel: guix
Location: guix/ci.scm (guix ci)
Total public symbols: 86650