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

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.


%user-profile-directory
Channel: guix
Location: guix/profiles.scm (guix profiles)
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.

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.

build-system->manifest (build-system #:optional system #:key target)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return a manifest containing the list of packages pulled by BUILD-SYSTEM, a variable that defines a build system suitable for the PACKAGE record type.

manifest-entry-output
Channel: guix
Location: guix/profiles.scm (guix profiles)
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-pattern-output
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.

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

manifest?
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-not-found-error?
Channel: guix
Location: guix/profiles.scm (guix profiles)
%manifest-format-version
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-entry-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.

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

Return either ~/.guix-profile or ~/.config/guix/current if that's what PROFILE refers to, directly or indirectly, or PROFILE.

manifest-entry-parent
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-transaction-install
Channel: guix
Location: guix/profiles.scm (guix profiles)
profile-error-profile
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-matching-entries (manifest patterns)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return all the entries of MANIFEST that match one of the PATTERNS. Raise an '&unmatched-pattern-error' if none of the entries of MANIFEST matches one of PATTERNS.

missing-generation-error?
Channel: guix
Location: guix/profiles.scm (guix profiles)
Total public symbols: 88182