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

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-time (profile number)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

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

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).

ensure-profile-directory ()
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Attempt to create /…/profiles/per-user/$USER if needed. Nowadays this is taken care of by the daemon.

%manifest-procedure (entries)
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
Channel: guix
Location: guix/profiles.scm (guix profiles)
&missing-generation-error
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-pattern-name
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-entries
Channel: guix
Location: guix/profiles.scm (guix profiles)
&profile-collision-error
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-transitive-entries (manifest)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return the entries of MANIFEST along with their propagated inputs, recursively.

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

If FILE is a profile generation GC root such as "guix-profile-42-link", return its corresponding profile---e.g., "guix-profile". Otherwise return #f.

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.

manifest-entry-search-paths
Channel: guix
Location: guix/profiles.scm (guix profiles)
profile-locales?
Channel: guix
Location: guix/profiles.scm (guix profiles)
unmatched-pattern-error-manifest
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.

profile-error?
Channel: guix
Location: guix/profiles.scm (guix profiles)
missing-generation-error-generation
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>.

profiled?
Channel: guix
Location: guix/profiling.scm (guix profiling)
Documentation:

Return true if COMPONENT profiling is active.

register-profiling-hook! (component thunk)
Channel: guix
Location: guix/profiling.scm (guix profiling)
Documentation:

Register THUNK as a profiling hook for COMPONENT, a string such as "rpc".

progress-reporter/trace (file url size #:optional log-port)
Channel: guix
Location: guix/progress.scm (guix progress)
Documentation:

Like 'progress-reporter/file', but instead of returning human-readable progress reports, write "build trace" lines to be processed elsewhere.

Total public symbols: 88182