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

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.


deprecated-package (old-name p)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return a package called OLD-NAME and marked as superseded by P, a package object.

package-unsupported-target-error?
Channel: guix
Location: guix/packages.scm (guix packages)
unsupported-cross-compilation-target-error-build-system
Channel: guix
Location: guix/packages.scm (guix packages)
this-package-native-input
Channel: guix
Location: guix/packages.scm (guix packages)
unsupported-cross-compilation-target-error-target
Channel: guix
Location: guix/packages.scm (guix packages)
package-license
Channel: guix
Location: guix/packages.scm (guix packages)
this-package-input
Channel: guix
Location: guix/packages.scm (guix packages)
&package-cyclic-dependency-error
Channel: guix
Location: guix/packages.scm (guix packages)
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.

default-guile ()
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the default Guile package used to run the build code of derivations.

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.

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-synopsis
Channel: guix
Location: guix/packages.scm (guix packages)
package-input-error?
Channel: guix
Location: guix/packages.scm (guix packages)
package
Channel: guix
Location: guix/packages.scm (guix packages)
%32bit-supported-systems
Channel: guix
Location: guix/packages.scm (guix packages)
%current-system
Channel: guix
Location: guix/packages.scm (guix packages)
%64bit-supported-systems
Channel: guix
Location: guix/packages.scm (guix packages)
package-full-name (package #:optional delimiter)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:
Return the full name of PACKAGE--i.e., `NAME@VERSION'. By specifying DELIMITER (a string), you can customize what will appear between the name and the version. By default, DELIMITER is "@".
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-with-c-toolchain (package toolchain)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return a variant of PACKAGE that uses TOOLCHAIN instead of the default GNU C/C++ toolchain. TOOLCHAIN must be a list of inputs (label/package tuples) providing equivalent functionality, such as the 'gcc-toolchain' package.

unsupported-cross-compilation-target-error?
Channel: guix
Location: guix/packages.scm (guix packages)
origin-patch-flags
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.

Total public symbols: 88182