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

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.


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

Return the source code location of PACKAGE as a <location> record, or #f if it is not known.

origin-uri
Channel: guix
Location: guix/packages.scm (guix packages)
origin-patch-inputs
Channel: guix
Location: guix/packages.scm (guix packages)
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.

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

Return the derivation corresponding to ORIGIN.

package-error-package
Channel: guix
Location: guix/packages.scm (guix packages)
package-propagated-inputs
Channel: guix
Location: guix/packages.scm (guix packages)
lookup-package-direct-input (package name)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

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

origin-patches
Channel: guix
Location: guix/packages.scm (guix packages)
replace
Channel: guix
Location: guix/packages.scm (guix packages)
package-cyclic-dependency-error?
Channel: guix
Location: guix/packages.scm (guix packages)
&unsupported-cross-compilation-target-error
Channel: guix
Location: guix/packages.scm (guix packages)
bag->derivation (bag #:optional context)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the derivation to build BAG for SYSTEM. Optionally, CONTEXT can be a package object describing the context in which the call occurs, for improved error reporting.

%hurd-systems
Channel: guix
Location: guix/packages.scm (guix packages)
package-native-inputs
Channel: guix
Location: guix/packages.scm (guix packages)
package-search-paths
Channel: guix
Location: guix/packages.scm (guix packages)
origin-file-name
Channel: guix
Location: guix/packages.scm (guix packages)
&package-unsupported-target-error
Channel: guix
Location: guix/packages.scm (guix packages)
package-source
Channel: guix
Location: guix/packages.scm (guix packages)
package-mapping (proc #:optional cut? #:key deep?)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return a procedure that, given a package, applies PROC to all the packages depended on and returns the resulting package. The procedure stops recursion when CUT? returns true for a given package. When DEEP? is true, PROC is applied to implicit inputs as well.

package-name
Channel: guix
Location: guix/packages.scm (guix packages)
Total public symbols: 88182