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

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

Return the upstream name of PACKAGE, accounting for commonly-used package name prefixes in addition to the upstream-name property.

hidden-package? (p)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return true if P is "hidden"--i.e., must not be visible to user interfaces.

content-hash
Channel: guix
Location: guix/packages.scm (guix packages)
package-patched-vulnerabilities (package)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the list of patched vulnerabilities of PACKAGE as a list of CVE identifiers. The result is inferred from the file names of patches.

package-license-error?
Channel: guix
Location: guix/packages.scm (guix packages)
package-superseded (p)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the package that supersedes P, or #f if P is still current.

&package-unsupported-target-error
Channel: guix
Location: guix/packages.scm (guix packages)
origin-snippet
Channel: guix
Location: guix/packages.scm (guix packages)
modify-inputs
Channel: guix
Location: guix/packages.scm (guix packages)
package-version
Channel: guix
Location: guix/packages.scm (guix packages)
unsupported-cross-compilation-target-error-build-system
Channel: guix
Location: guix/packages.scm (guix packages)
origin?
Channel: guix
Location: guix/packages.scm (guix packages)
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-input-rewriting/spec (replacements #:key deep? replace-hidden?)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:
Return a procedure that, given a package, applies the given REPLACEMENTS to all the package graph, including implicit inputs unless DEEP? is false. REPLACEMENTS is a list of spec/procedures pair; each spec is a package specification such as "gcc" or "guile@2", and each procedure takes a matching package and returns a replacement for that package. Matching packages that have the 'hidden?' property set are not replaced unless REPLACE-HIDDEN? is set to true.
package-arguments
Channel: guix
Location: guix/packages.scm (guix packages)
package-transitive-native-search-paths (package)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the list of search paths for PACKAGE and its propagated inputs, recursively.

package?
Channel: guix
Location: guix/packages.scm (guix packages)
package-input-rewriting (replacements #:optional rewrite-name #:key deep? recursive?)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return a procedure that, when passed a package, replaces its direct and indirect dependencies, including implicit inputs when DEEP? is true, according to REPLACEMENTS. REPLACEMENTS is a list of package pairs; the first element of each pair is the package to replace, and the second one is the replacement.

When RECURSIVE? is true, apply replacements to the right-hand sides of REPLACEMENTS as well, recursively.

Optionally, REWRITE-NAME is a one-argument procedure that takes the name of a package and returns its new name after rewrite.

origin-patches
Channel: guix
Location: guix/packages.scm (guix packages)
this-package
Channel: guix
Location: guix/packages.scm (guix packages)
package-source
Channel: guix
Location: guix/packages.scm (guix packages)
package-unsupported-target-error-target
Channel: guix
Location: guix/packages.scm (guix packages)
package-description
Channel: guix
Location: guix/packages.scm (guix packages)
this-package-native-input
Channel: guix
Location: guix/packages.scm (guix packages)
Total public symbols: 86650