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

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.


all-packages
Channel: guix
Location: gnu/packages.scm (gnu packages)
search-patches
Channel: guix
Location: gnu/packages.scm (gnu packages)
package-unique-version-prefix (name version)
Channel: guix
Location: gnu/packages.scm (gnu packages)
Documentation:

Search among all the versions of package NAME that are available, and return the shortest unambiguous version prefix to designate VERSION. If only one version of the package is available, return the empty string.

specification->location (spec)
Channel: guix
Location: gnu/packages.scm (gnu packages)
Documentation:
Return the location of the highest-numbered package matching SPEC, a specification such as "guile@2" or "emacs".
specifications->packages (specs)
Channel: guix
Location: gnu/packages.scm (gnu packages)
Documentation:
Given SPECS, a list of specifications such as "emacs@25.2" or "guile:debug", return a list of package/output tuples.
%default-package-module-path
Channel: guix
Location: gnu/packages.scm (gnu packages)
find-newest-available-packages
Channel: guix
Location: gnu/packages.scm (gnu packages)
specifications->manifest (specs)
Channel: guix
Location: gnu/packages.scm (gnu packages)
Documentation:
Given SPECS, a list of specifications such as "emacs@25.2" or "guile:debug", return a profile manifest.
%auxiliary-files-path
Channel: guix
Location: gnu/packages.scm (gnu packages)
%package-module-path
Channel: guix
Location: gnu/packages.scm (gnu packages)
cache-is-authoritative? ()
Channel: guix
Location: gnu/packages.scm (gnu packages)
Documentation:

Return true if the pre-computed package cache is authoritative. It is not authoritative when entries have been added via GUIX_PACKAGE_PATH or '-L' flags.

find-best-packages-by-name (name version)
Channel: guix
Location: gnu/packages.scm (gnu packages)
Documentation:

If version is #f, return the list of packages named NAME with the highest version numbers; otherwise, return the list of packages named NAME and at VERSION.

specification->package (spec)
Channel: guix
Location: gnu/packages.scm (gnu packages)
Documentation:

Return a package matching SPEC. SPEC may be a package name, or a package name followed by an at-sign and a version number. If the version number is not present, return the preferred newest version.

fold-packages (proc init #:optional modules #:key select?)
Channel: guix
Location: gnu/packages.scm (gnu packages)
Documentation:

Call (PROC PACKAGE RESULT) for each available package defined in one of MODULES that matches SELECT?, using INIT as the initial value of RESULT. It is guaranteed to never traverse the same package twice.

file-database-configuration-schedule
Channel: guix
Location: gnu/services/admin.scm (gnu services admin)
%default-file-database-excluded-directories
Channel: guix
Location: gnu/services/admin.scm (gnu services admin)
unattended-upgrade-configuration-log-file
Channel: guix
Location: gnu/services/admin.scm (gnu services admin)
resize-file-system-configuration-e2fsprogs
Channel: guix
Location: gnu/services/admin.scm (gnu services admin)
log-rotation-configuration-size-threshold
Channel: guix
Location: gnu/services/admin.scm (gnu services admin)
package-database-service-type
Channel: guix
Location: gnu/services/admin.scm (gnu services admin)
log-cleanup-configuration-directory
Channel: guix
Location: gnu/services/admin.scm (gnu services admin)
package-database-configuration-method
Channel: guix
Location: gnu/services/admin.scm (gnu services admin)
unattended-upgrade-configuration-schedule
Channel: guix
Location: gnu/services/admin.scm (gnu services admin)
log-rotation-service-type
Channel: guix
Location: gnu/services/admin.scm (gnu services admin)
Total public symbols: 86823