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

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-properties
Channel: guix
Location: guix/packages.scm (guix packages)
package-replacement
Channel: guix
Location: guix/packages.scm (guix packages)
supported-package? (package #:optional system)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return true if PACKAGE is supported on SYSTEM--i.e., if PACKAGE and all its dependencies are known to build on SYSTEM.

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

Return the derivation corresponding to ORIGIN.

package-synopsis
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.

package-unsupported-target-error?
Channel: guix
Location: guix/packages.scm (guix packages)
prepend
Channel: guix
Location: guix/packages.scm (guix packages)
origin-patch-guile
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-patch-flags
Channel: guix
Location: guix/packages.scm (guix packages)
content-hash-value
Channel: guix
Location: guix/packages.scm (guix packages)
package-source-derivation
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the derivation or file corresponding to SOURCE, which can be an a file name or any object handled by 'lower-object', such as an <origin>. When SOURCE is a file name, return either the interned file name (if SOURCE is outside of the store) or SOURCE itself (if SOURCE is already a store item.)

package/inherit
Channel: guix
Location: guix/packages.scm (guix packages)
package-closure (packages #:key system)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the closure of PACKAGES on SYSTEM--i.e., PACKAGES and the list of packages they depend on, recursively.

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

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

search-path-specification
Channel: guix
Location: guix/packages.scm (guix packages)
&unsupported-cross-compilation-target-error
Channel: guix
Location: guix/packages.scm (guix packages)
package-cross-build-system-error?
Channel: guix
Location: guix/packages.scm (guix packages)
package-transitive-supported-systems
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the intersection of the systems supported by PACKAGE and those supported by its dependencies.

package-development-inputs (package #:optional system #:key target)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the list of inputs required by PACKAGE for development purposes on SYSTEM. When TARGET is true, return the inputs needed to cross-compile PACKAGE from SYSTEM to TRIPLET, where TRIPLET is a triplet such as "aarch64-linux-gnu".

bag-transitive-build-inputs (bag)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

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

this-origin
Channel: guix
Location: guix/packages.scm (guix packages)
lookup-package-native-input (package name)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

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

Total public symbols: 86650