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

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.


%cuirass-supported-systems
Channel: guix
Location: guix/packages.scm (guix packages)
this-package
Channel: guix
Location: guix/packages.scm (guix packages)
package-grafts
Channel: guix
Location: guix/packages.scm (guix packages)
package-unsupported-target-error-target
Channel: guix
Location: guix/packages.scm (guix packages)
package-closure (packages #:key system)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the closure of PACKAGES on SYSTEM--i.e., PACKAGES and the list of packages they depend on, recursively.

bag-transitive-build-inputs (bag)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Same as 'package-transitive-native-inputs', but applied to a bag.

package-direct-inputs (package)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return all the direct inputs of PACKAGE---i.e, its direct inputs along with their propagated inputs.

package-arguments
Channel: guix
Location: guix/packages.scm (guix packages)
lookup-package-input (package name)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Look up NAME among PACKAGE's inputs. Return it if found, #f otherwise.

set-guile-for-build (guile #:optional system)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

This monadic procedure changes the Guile currently used to run the build code of derivations to GUILE, a package object, compiled for SYSTEM.

package-error-invalid-license
Channel: guix
Location: guix/packages.scm (guix packages)
package-error-invalid-input
Channel: guix
Location: guix/packages.scm (guix packages)
bag-transitive-host-inputs (bag)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Same as 'package-transitive-target-inputs', but applied to a bag.

base64
Channel: guix
Location: guix/packages.scm (guix packages)
%current-target-system
Channel: guix
Location: guix/packages.scm (guix packages)
package-transitive-propagated-inputs (package)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the propagated inputs of PACKAGE, and their propagated inputs, recursively.

package/inherit
Channel: guix
Location: guix/packages.scm (guix packages)
origin-patch-guile
Channel: guix
Location: guix/packages.scm (guix packages)
package-with-patches (original patches)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return package ORIGINAL with PATCHES applied.

bag-direct-inputs (bag)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Same as 'package-direct-inputs', but applied to a bag.

search-path-specification
Channel: guix
Location: guix/packages.scm (guix packages)
package-field-location (package field)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the source code location of the definition of FIELD for PACKAGE, or #f if it could not be determined.

package->derivation (package #:optional system #:key graft?)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the <derivation> object of PACKAGE for SYSTEM.

package->cross-derivation (package target #:optional system #:key graft?)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Cross-build PACKAGE for TARGET (a GNU triplet) from host SYSTEM (a Guix system identifying string).

Total public symbols: 88182