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

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.


derivation-error?
Channel: guix
Location: guix/derivations.scm (guix derivations)
%guile-for-build
Channel: guix
Location: guix/derivations.scm (guix derivations)
derivation-name (drv)
Channel: guix
Location: guix/derivations.scm (guix derivations)
Documentation:

Return the base name of DRV.

derivation-outputs
Channel: guix
Location: guix/derivations.scm (guix derivations)
map-derivation (store drv mapping #:key system)
Channel: guix
Location: guix/derivations.scm (guix derivations)
Documentation:

Given MAPPING, a list of pairs of derivations, return a derivation based on DRV where all the 'car's of MAPPING have been replaced by its 'cdr's, recursively.

derivation-file-name
Channel: guix
Location: guix/derivations.scm (guix derivations)
derivation->output-paths (drv)
Channel: guix
Location: guix/derivations.scm (guix derivations)
Documentation:

Return the list of name/path pairs of the outputs of DRV.

<derivation-output>
Channel: guix
Location: guix/derivations.scm (guix derivations)
build-derivations (store derivations #:optional mode)
Channel: guix
Location: guix/derivations.scm (guix derivations)
Documentation:

Build DERIVATIONS, a list of <derivation> or <derivation-input> objects, .drv file names, or derivation/output pairs, using the specified MODE.

derivation-builder
Channel: guix
Location: guix/derivations.scm (guix derivations)
derivation-input?
Channel: guix
Location: guix/derivations.scm (guix derivations)
derivation-output-recursive?
Channel: guix
Location: guix/derivations.scm (guix derivations)
derivation-build-plan (store inputs #:key mode substitutable-info)
Channel: guix
Location: guix/derivations.scm (guix derivations)
Documentation:

Given INPUTS, a list of derivation-inputs, return two values: the list of derivations to build, in topological order, and the list of substitutable items that, together, allow INPUTS to be realized.

SUBSTITUTABLE-INFO must be a one-argument procedure similar to that returned by 'substitution-oracle'.

derivation-output?
Channel: guix
Location: guix/derivations.scm (guix derivations)
read-derivation-from-file (file)
Channel: guix
Location: guix/derivations.scm (guix derivations)
Documentation:

Read the derivation in FILE, a '.drv' file, and return the corresponding <derivation> object.

<derivation>
Channel: guix
Location: guix/derivations.scm (guix derivations)
mproc (drv)
Channel: guix
Location: guix/derivations.scm (guix derivations)
valid-derivation-input? (store input)
Channel: guix
Location: guix/derivations.scm (guix derivations)
Documentation:

Return true if INPUT is valid--i.e., if all the outputs it requests are in the store.

derivation-input-output-path (input)
Channel: guix
Location: guix/derivations.scm (guix derivations)
Documentation:

Return the output file name of INPUT. If INPUT has more than one outputs, an error is raised.

derivation-hash (drv)
Channel: guix
Location: guix/derivations.scm (guix derivations)
Documentation:

Return the hash of DRV, modulo its fixed-output inputs, as a bytevector.

derivation-output-path
Channel: guix
Location: guix/derivations.scm (guix derivations)
module->source-file-name (module)
Channel: guix
Location: guix/derivations.scm (guix derivations)
Documentation:

Return the file name corresponding to MODULE, a Guile module name (a list of symbols.)

derivation-system
Channel: guix
Location: guix/derivations.scm (guix derivations)
&derivation-missing-output-error
Channel: guix
Location: guix/derivations.scm (guix derivations)
Total public symbols: 86650