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

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.


ca-certificate-bundle (manifest #:optional system)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return a derivation that builds a single-file bundle containing the CA certificates in the /etc/ssl/certs sub-directories of the packages in MANIFEST. Single-file bundles are required by programs such as Git and Lynx.

manifest-transaction-remove-pattern (pattern transaction)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Add PATTERN to TRANSACTION's list of packages to remove.

manifest-transaction
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-add (manifest entries)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Add a list of manifest ENTRIES to MANIFEST and return new manifest. Remove MANIFEST entries that have the same name and output as ENTRIES.

%user-profile-directory
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-transaction-install-entry (entry transaction)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Augment TRANSACTION's set of installed packages with ENTRY, a <manifest-entry>.

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

Atomically switch PROFILE to the generation NUMBER. Return the number of the generation that was current before switching.

profile-not-found-error?
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-transaction-null? (transaction)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return true if TRANSACTION has no effect---i.e., it neither installs nor remove software.

profile-error-profile
Channel: guix
Location: guix/profiles.scm (guix profiles)
map-manifest-entries (proc manifest)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Apply PROC to all the entries of MANIFEST and return a new manifest.

manifest-entry=? (entry1 entry2)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return true if ENTRY1 is equivalent to ENTRY2, ignoring their 'properties' field.

manifest-transaction?
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-entry-dependencies
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-entry-output
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-transaction-removal-candidate? (entry transaction)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return true if ENTRY is a candidate for removal in TRANSACTION.

manifest-entries
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-entry?
Channel: guix
Location: guix/profiles.scm (guix profiles)
load-profile (profile #:optional manifest #:key pure? white-list-regexps environment-variables white-list)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Set the environment variables specified by MANIFEST for PROFILE. When PURE? is #t, unset the variables in the current environment except those that match the regexps in WHITE-LIST-REGEXPS and those listed in WHITE-LIST. Otherwise, augment existing environment variables with additional search paths. Environment variables in ENVIRONMENT-VARIABLES, a list of pairs, are set in the environment.

manifest-pattern-name
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest->code (manifest #:key entry-package-version)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return an sexp representing code to build an approximate version of MANIFEST; the code is wrapped in a top-level 'begin' form. Call ENTRY-PACKAGE-VERSION to determine the version number to use in the spec for a given entry; it can be set to 'manifest-entry-version' for fully-specified version numbers, or to some other procedure to disambiguate versions for packages for which several versions are available.

relative-generation-spec->number (profile spec)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return PROFILE's generation specified by SPEC, which is a string. The SPEC may be a N, -N, or +N, where N is a number. If the spec is N, then the number returned is N. If it is -N, then the number returned is the profile's current generation number minus N. If it is +N, then the number returned is the profile's current generation number plus N. Return #f if there is no such generation.

&profile-error
Channel: guix
Location: guix/profiles.scm (guix profiles)
packages->manifest (packages #:key properties)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return a list of manifest entries, one for each item listed in PACKAGES. Elements of PACKAGES can be either package objects or package/string tuples denoting a specific output of a package. PROPERTIES is a procedure taking one argument and returning an alist.

Total public symbols: 86650