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

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.

%current-profile
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.

profile-collision-error-entry
Channel: guix
Location: guix/profiles.scm (guix profiles)
delete-generation (store profile number)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Delete generation with NUMBER from PROFILE. Return the file name of the generation that has been deleted, or #f if nothing was done (for instance because the NUMBER is zero.)

&missing-generation-error
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.

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

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

&profile-error
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.

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

profile-error?
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-pattern?
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-pattern-version
Channel: guix
Location: guix/profiles.scm (guix profiles)
unmatched-pattern-error?
Channel: guix
Location: guix/profiles.scm (guix profiles)
profile-name
Channel: guix
Location: guix/profiles.scm (guix profiles)
&unmatched-pattern-error
Channel: guix
Location: guix/profiles.scm (guix profiles)
%profile-directory
Channel: guix
Location: guix/profiles.scm (guix profiles)
profile-locales?
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.

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.

manifest-entries
Channel: guix
Location: guix/profiles.scm (guix profiles)
Total public symbols: 88182