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

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.


platform
Channel: guix
Location: guix/platform.scm (guix platform)
aarch64-linux
Channel: guix
Location: guix/platforms/arm.scm (guix platforms arm)
armv7-linux
Channel: guix
Location: guix/platforms/arm.scm (guix platforms arm)
avr
Channel: guix
Location: guix/platforms/avr.scm (guix platforms avr)
loongarch64-linux
Channel: guix
Location: guix/platforms/loongarch.scm (guix platforms loongarch)
mips64-linux
Channel: guix
Location: guix/platforms/mips.scm (guix platforms mips)
or1k-elf
Channel: guix
Location: guix/platforms/or1k.scm (guix platforms or1k)
powerpc64le-linux
Channel: guix
Location: guix/platforms/powerpc.scm (guix platforms powerpc)
powerpc64-linux
Channel: guix
Location: guix/platforms/powerpc.scm (guix platforms powerpc)
powerpc-linux
Channel: guix
Location: guix/platforms/powerpc.scm (guix platforms powerpc)
riscv64-linux
Channel: guix
Location: guix/platforms/riscv.scm (guix platforms riscv)
x86_64-mingw
Channel: guix
Location: guix/platforms/x86.scm (guix platforms x86)
x86_64-gnu
Channel: guix
Location: guix/platforms/x86.scm (guix platforms x86)
x86_64-linux-x32
Channel: guix
Location: guix/platforms/x86.scm (guix platforms x86)
x86_64-linux
Channel: guix
Location: guix/platforms/x86.scm (guix platforms x86)
i686-linux
Channel: guix
Location: guix/platforms/x86.scm (guix platforms x86)
i686-mingw
Channel: guix
Location: guix/platforms/x86.scm (guix platforms x86)
i586-gnu
Channel: guix
Location: guix/platforms/x86.scm (guix platforms x86)
xtensa-ath9k-elf
Channel: guix
Location: guix/platforms/xtensa.scm (guix platforms xtensa)
concatenate-manifests (lst)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

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

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.

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.

packages->manifest (packages #:key properties)
Channel: guix
Location: guix/profiles.scm (guix profiles)
Documentation:

Return a list of manifest entries, one for each item listed in PACKAGES. Elements of PACKAGES can be either package objects or package/string tuples denoting a specific output of a package. PROPERTIES is a procedure taking one argument and returning an alist.

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