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

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.


generation-number (profile #:optional base-profile)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return PROFILE's number or 0. An absolute file name must be used.

Optionally, if BASE-PROFILE is provided, use it instead of PROFILE to construct the regexp matching generations. This is useful in special cases like: (generation-number "/run/current-system" %system-profile).

profile-locales?
Channel: guix
Location: guix/profiles.scm (guix profiles)
linux-module-database (manifest #:optional system)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return a derivation that unites all the kernel modules of the manifest and creates the dependency graph of all these kernel modules.

This is meant to be used as a profile hook.

unmatched-pattern-error?
Channel: guix
Location: guix/profiles.scm (guix profiles)
profile-hooks
Channel: guix
Location: guix/profiles.scm (guix profiles)
roll-back (store profile)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Roll back to the previous generation of PROFILE. Return the number of the generation that was current before switching and the new generation number.

manifest-entry-version
Channel: guix
Location: guix/profiles.scm (guix profiles)
%default-profile-hooks
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-pattern-version
Channel: guix
Location: guix/profiles.scm (guix profiles)
profile-search-paths (profile #:optional manifest #:key getenv)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Read the manifest of PROFILE and evaluate the values of search path environment variables required by PROFILE; return a list of specification/value pairs. If MANIFEST is not #f, it is assumed to be the manifest of PROFILE, which avoids rereading it.

Use GETENV to determine the current settings and report only settings not already effective.

profile
Channel: guix
Location: guix/profiles.scm (guix profiles)
delete-generation (store profile number)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Delete generation with NUMBER from PROFILE. Return the file name of the generation that has been deleted, or #f if nothing was done (for instance because the NUMBER is zero.)

previous-generation-number (profile #:optional number)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return the number of the generation before generation NUMBER of PROFILE, or 0 if none exists. It could be NUMBER - 1, but it's not the case when generations have been deleted (there are "holes").

missing-generation-error-generation
Channel: guix
Location: guix/profiles.scm (guix profiles)
default-package-properties (package)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return the default properties of a manifest entry for PACKAGE.

profile-relative-symlinks?
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-entry-properties
Channel: guix
Location: guix/profiles.scm (guix profiles)
package->development-manifest (package #:optional system #:key target)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return a manifest for the "development inputs" of PACKAGE for SYSTEM, optionally when cross-compiling to TARGET. Development inputs include both explicit and implicit inputs of PACKAGE.

generation-time (profile number)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return the creation time of a generation in the UTC format.

&unmatched-pattern-error
Channel: guix
Location: guix/profiles.scm (guix profiles)
profile-manifest (profile)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return the PROFILE's manifest.

manifest-transaction-remove
Channel: guix
Location: guix/profiles.scm (guix profiles)
package->manifest-entry (package #:optional output #:key parent properties)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return a manifest entry for the OUTPUT of package PACKAGE.

manifest-pattern
Channel: guix
Location: guix/profiles.scm (guix profiles)
Total public symbols: 86650