_ _ _ _ _
/\ \ /\ \ /\ \ /\_\ / /\
\_\ \ / \ \\ \ \ / / / / / \
/\__ \ / /\ \ \\ \ \_/ / / / / /\ \__
/ /_ \ \ / / /\ \ \\ \___/ / / / /\ \___\
/ / /\ \ \ / / / \ \_\\ \ \_/ \ \ \ \/___/
/ / / \/_// / / / / / \ \ \ \ \ \
/ / / / / / / / / \ \ \ _ \ \ \
/ / / / / /___/ / / \ \ \ /_/\__/ / /
/_/ / / / /____\/ / \ \_\\ \/___/ /
\_\/ \/_________/ \/_/ \_____\/
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-unique-version-prefix (name version)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)Documentation: Return the location of the highest-numbered package matching SPEC, a
specification such as "guile@2" or "emacs".
specifications->packages (specs)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 find-newest-available-packages specifications->manifest (specs)Documentation: Given SPECS, a list of specifications such as "emacs@25.2" or
"guile:debug", return a profile manifest.
cache-is-authoritative? ()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)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)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?)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 %default-file-database-excluded-directories unattended-upgrade-configuration-log-file resize-file-system-configuration-e2fsprogs log-rotation-configuration-size-threshold package-database-service-type log-cleanup-configuration-directory package-database-configuration-method unattended-upgrade-configuration-schedule log-rotation-service-type Total public symbols: 86823