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

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.


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

Return a manifest for the "development inputs" of PACKAGE for SYSTEM, optionally when cross-compiling to TARGET. Development inputs include both explicit and implicit inputs of PACKAGE.

relative-generation-spec->number (profile spec)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return PROFILE's generation specified by SPEC, which is a string. The SPEC may be a N, -N, or +N, where N is a number. If the spec is N, then the number returned is N. If it is -N, then the number returned is the profile's current generation number minus N. If it is +N, then the number returned is the profile's current generation number plus N. Return #f if there is no such generation.

profile-content
Channel: guix
Location: guix/profiles.scm (guix profiles)
%manifest-procedure (entries)
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.

%default-profile-hooks
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-pattern
Channel: guix
Location: guix/profiles.scm (guix profiles)
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.

map-manifest-entries (proc manifest)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Apply PROC to all the entries of MANIFEST and return a new manifest.

ca-certificate-bundle (manifest #:optional system)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return a derivation that builds a single-file bundle containing the CA certificates in the /etc/ssl/certs sub-directories of the packages in MANIFEST. Single-file bundles are required by programs such as Git and Lynx.

linux-module-database (manifest #:optional system)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return a derivation that unites all the kernel modules of the manifest and creates the dependency graph of all these kernel modules.

This is meant to be used as a profile hook.

unmatched-pattern-error-manifest
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.

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

Return the file name for PROFILE's GENERATION.

<manifest-entry>
Channel: guix
Location: guix/profiles.scm (guix profiles)
manifest-transaction-remove-pattern (pattern transaction)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Add PATTERN to TRANSACTION's list of packages to remove.

manifest-entry-item
Channel: guix
Location: guix/profiles.scm (guix profiles)
profile-allow-collisions?
Channel: guix
Location: guix/profiles.scm (guix profiles)
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..

unmatched-pattern-error-pattern
Channel: guix
Location: guix/profiles.scm (guix profiles)
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.

profile-relative-symlinks?
Channel: guix
Location: guix/profiles.scm (guix profiles)
previous-generation-number (profile #:optional number)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return the number of the generation before generation NUMBER of PROFILE, or 0 if none exists. It could be NUMBER - 1, but it's not the case when generations have been deleted (there are "holes").

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

Return a list of PROFILE's generations.

Total public symbols: 88182