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

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.


manifest-search-paths (manifest)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return the list of search path specifications that apply to MANIFEST, including the search path specification for $PATH.

profile-derivation (manifest #:key name hooks locales? allow-unsupported-packages? allow-collisions? relative-symlinks? format-version system target)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return a derivation that builds a profile (aka. 'user environment') with the given MANIFEST. The profile includes additional derivations returned by the monadic procedures listed in HOOKS--such as an Info 'dir' file, etc. Unless ALLOW-COLLISIONS? is true, a '&profile-collision-error' is raised if entries in MANIFEST collide (for instance if there are two same-name packages with a different version number.) Unless ALLOW-UNSUPPORTED-PACKAGES? is true or TARGET is set, raise an error if MANIFEST contains a package that does not support SYSTEM.

When LOCALES? is true, the build is performed under a UTF-8 locale.

When RELATIVE-SYMLINKS? is true, use relative file names for symlink targets. This is one of the things to do for the result to be relocatable.

When TARGET is true, it must be a GNU triplet, and the packages in MANIFEST are cross-built for TARGET.

<manifest-entry>
Channel: guix
Location: guix/profiles.scm (guix profiles)
profile-content
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-entry
Channel: guix
Location: guix/profiles.scm (guix profiles)
profile-collision-error-entry
Channel: guix
Location: guix/profiles.scm (guix profiles)
unmatched-pattern-error-manifest
Channel: guix
Location: guix/profiles.scm (guix profiles)
profile-collision-error-conflict
Channel: guix
Location: guix/profiles.scm (guix profiles)
concatenate-manifests (lst)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Concatenate the manifests listed in LST and return the resulting manifest.

manifest
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-entry-parent
Channel: guix
Location: guix/profiles.scm (guix profiles)
profile-name
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-entry-search-paths
Channel: guix
Location: guix/profiles.scm (guix profiles)
profile-allow-collisions?
Channel: guix
Location: guix/profiles.scm (guix profiles)
generation-numbers (profile)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return the sorted list of generation numbers of PROFILE, or '(0) if no former profiles were found.

&profile-not-found-error
Channel: guix
Location: guix/profiles.scm (guix profiles)
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-transitive-entries (manifest)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

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

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

Return the first item of MANIFEST that matches PATTERN, or #f if there is no match..

manifest-installed? (manifest pattern)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return #t if MANIFEST has an entry matching PATTERN (a manifest-pattern), #f otherwise.

%current-profile
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-remove (manifest patterns)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Remove entries for each of PATTERNS from MANIFEST. Each item in PATTERNS must be a manifest-pattern.

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

Return a list of PROFILE's generations.

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.

Total public symbols: 86650