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

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.


&profile-collision-error
Channel: guix
Location: guix/profiles.scm (guix profiles)
&missing-generation-error
Channel: guix
Location: guix/profiles.scm (guix profiles)
%manifest-procedure (entries)
Channel: guix
Location: guix/profiles.scm (guix profiles)
relative-generation (profile shift #:optional current)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return PROFILE's generation shifted from the CURRENT generation by SHIFT. SHIFT is a positive or negative number. Return #f if there is no such generation.

%manifest-format-version
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-perform-transaction (manifest transaction)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Perform TRANSACTION on MANIFEST and return the new manifest.

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.

unmatched-pattern-error-pattern
Channel: guix
Location: guix/profiles.scm (guix profiles)
check-for-collisions (manifest system #:key target)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Check whether the entries of MANIFEST conflict with one another; raise a '&profile-collision-error' when a conflict is encountered.

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.

profile-collision-error?
Channel: guix
Location: guix/profiles.scm (guix profiles)
generation-file-name (profile generation)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return the file name for PROFILE's GENERATION.

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

If PROFILE points to a profile in %PROFILE-DIRECTORY, return that. Otherwise return PROFILE unchanged. The goal is to treat '-p ~/.guix-profile' as if '-p' was omitted.

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-transaction-effects (manifest transaction)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Compute the effect of applying TRANSACTION to MANIFEST. Return 4 values: the list of packages that would be removed, installed, upgraded, or downgraded when applying TRANSACTION to MANIFEST. Upgrades are represented as pairs where the head is the entry being upgraded and the tail is the entry that will replace it.

%profile-directory
Channel: guix
Location: guix/profiles.scm (guix profiles)
missing-generation-error?
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-transaction-install
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest?
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-entry-name
Channel: guix
Location: guix/profiles.scm (guix profiles)
profile?
Channel: guix
Location: guix/profiles.scm (guix profiles)
lower-manifest-entry (entry system #:key target)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Lower ENTRY for SYSTEM and TARGET such that its 'item' field is a store file name.

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