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

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.


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.

define-deprecated-package
Channel: guix
Location: guix/packages.scm (guix packages)
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).

package-error-dependency-cycle
Channel: guix
Location: guix/packages.scm (guix packages)
transitive-input-references (alist inputs)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return a list of (assoc-ref ALIST <label>) for each (<label> <package> . _) in INPUTS and their transitive propagated inputs.

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-error-invalid-license
Channel: guix
Location: guix/packages.scm (guix packages)
package-native-search-paths
Channel: guix
Location: guix/packages.scm (guix packages)
package-cross-derivation
Channel: guix
Location: guix/packages.scm (guix packages)
package-error?
Channel: guix
Location: guix/packages.scm (guix packages)
&package-cyclic-dependency-error
Channel: guix
Location: guix/packages.scm (guix packages)
bag-transitive-inputs (bag)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

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

origin
Channel: guix
Location: guix/packages.scm (guix packages)
&package-cross-build-system-error
Channel: guix
Location: guix/packages.scm (guix packages)
package-transitive-target-inputs (package)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the transitive target inputs of PACKAGE---i.e., its direct inputs along with their propagated inputs, recursively. This only includes inputs for the target system, and not native inputs.

package-build-system
Channel: guix
Location: guix/packages.scm (guix packages)
package-outputs
Channel: guix
Location: guix/packages.scm (guix packages)
package-transitive-sources (package)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return PACKAGE's direct sources, and their direct sources, recursively.

default-guile-derivation (#:optional system)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the derivation for SYSTEM of the default Guile package used to run the build code of derivation.

origin-actual-file-name (origin)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the file name of ORIGIN, either its 'file-name' field or the file name of its URI.

package-grafts
Channel: guix
Location: guix/packages.scm (guix packages)
package-transitive-native-inputs (package)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the transitive native inputs of PACKAGE---i.e., its direct inputs along with their propagated inputs, recursively. This only includes inputs for the host system ("native inputs"), and not target inputs.

package-home-page
Channel: guix
Location: guix/packages.scm (guix packages)
origin-uri
Channel: guix
Location: guix/packages.scm (guix packages)
Total public symbols: 86650