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

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.


base64
Channel: guix
Location: guix/packages.scm (guix packages)
guile-for-grafts ()
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the Guile package used to build grafting derivations.

package-with-extra-patches (original patches)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return package ORIGINAL with all PATCHES appended to its list of patches.

origin-method
Channel: guix
Location: guix/packages.scm (guix packages)
content-hash-algorithm
Channel: guix
Location: guix/packages.scm (guix packages)
unsupported-cross-compilation-target-error-target
Channel: guix
Location: guix/packages.scm (guix packages)
package-name
Channel: guix
Location: guix/packages.scm (guix packages)
origin-file-name
Channel: guix
Location: guix/packages.scm (guix packages)
package-location<? (p1 p2)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return true if P1's location is "before" P2's.

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

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

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.

package-supported-systems
Channel: guix
Location: guix/packages.scm (guix packages)
package-input-error?
Channel: guix
Location: guix/packages.scm (guix packages)
package->bag (package #:optional system target #:key graft?)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Compile PACKAGE into a bag for SYSTEM, possibly cross-compiled to TARGET, and return it.

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-transitive-inputs (package)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

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

package-definition-location (package)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Like 'package-location', but return the location of the definition itself--i.e., that of the enclosing 'define-public' form, if any, or #f.

package-upstream-name (package)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the upstream name of PACKAGE, which could be different from the name it has in Guix.

%cuirass-supported-systems
Channel: guix
Location: guix/packages.scm (guix packages)
bag-transitive-target-inputs (bag)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the "target inputs" of BAG, recursively.

package-license
Channel: guix
Location: guix/packages.scm (guix packages)
&package-error
Channel: guix
Location: guix/packages.scm (guix packages)
Total public symbols: 86650