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

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?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.


onednn 3.10.2
Channel: guix
Location: gnu/packages/oneapi.scm (gnu packages oneapi)
Home page: https://uxlfoundation.github.io/oneDNN/
Licenses: ASL 2.0
Build system: cmake
Synopsis: Deep neural network library
Description:

OneDNN is a cross-platform performance library of basic building blocks for deep learning applications.

onetbb 2022.3.0
Channel: guix
Location: gnu/packages/oneapi.scm (gnu packages oneapi)
Home page: https://uxlfoundation.github.io/oneTBB/
Licenses: ASL 2.0
Build system: cmake
Synopsis: C++ library for parallel programming
Description:

OneTBB is a C++ runtime library that abstracts the low-level threading details necessary for optimal multi-core performance. It uses common C++ templates and coding style to eliminate tedious threading implementation work. It provides parallel loop constructs, asynchronous tasks, synchronization primitives, atomic operations, and more.

umf 1.1.0
Dependencies: hwloc@2.13.0 level-zero@1.31.0 numactl@2.0.16 onetbb@2022.3.0
Channel: guix
Location: gnu/packages/oneapi.scm (gnu packages oneapi)
Home page: https://oneapi-src.github.io/unified-memory-framework/
Licenses: ASL 2.0
Build system: cmake
Synopsis: OneAPI @acronym{UMG, Unified Memory Framework}
Description:

The UMF is a library for constructing allocators and memory pools. It also contains broadly useful abstractions and utilities for memory management. UMF allows users to manage multiple memory pools characterized by different attributes, allowing certain allocation types to be isolated from others and allocated using different hardware resources as required..

level-zero 1.31.0
Channel: guix
Location: gnu/packages/oneapi.scm (gnu packages oneapi)
Home page: https://oneapi-src.github.io/level-zero-spec/level-zero/latest/index.html
Licenses: Expat ASL 2.0
Build system: cmake
Synopsis: OneAPI Level Zero specification headers and loader
Description:

Level Zero contains the following components of oneAPI:

  • copies of the Level Zero Specification API C/C++ header files

  • loader

  • validation layer

  • tracing layer

ocl-icd 2.3.4
Channel: guix
Location: gnu/packages/opencl.scm (gnu packages opencl)
Home page: https://github.com/OCL-dev/ocl-icd
Licenses: FreeBSD
Build system: gnu
Synopsis: Generic OpenCL @acronym{ICD, Installable Client Driver} loader
Description:

This package provides an OpenCL ICD loader. It maintains a YAML database of all known and guessed function pointers from vendor-specific drivers. It also delivers a skeleton of bindings to incorporate inside an OpenCL implementation to give it ICD functionalities.

opencl-icd-loader 2025.07.22
Dependencies: opencl-headers@2025.07.22
Channel: guix
Location: gnu/packages/opencl.scm (gnu packages opencl)
Home page: https://github.com/KhronosGroup/OpenCL-ICD-Loader
Licenses: ASL 2.0
Build system: cmake
Synopsis: OpenCL Installable Client Driver
Description:

OpenCL defines an Installable Client Driver (ICD) mechanism to allow developers to build applications against an Installable Client Driver loader (ICD loader) rather than linking their applications against a specific OpenCL implementation. The ICD Loader is responsible for:

  • Exporting OpenCL API entry points

  • Enumerating OpenCL implementations

  • Forwarding OpenCL API calls to the correct implementation

This package contains the Khronos official OpenCL ICD Loader.

opencl-headers 2025.07.22
Channel: guix
Location: gnu/packages/opencl.scm (gnu packages opencl)
Home page: https://registry.khronos.org/OpenCL/
Licenses: ASL 2.0
Build system: cmake
Synopsis: The Khronos OpenCL headers
Description:

This package provides the C headers by Khronos for OpenCL programming.

pocl 6.0
Dependencies: clang-toolchain@18.1.8 hwloc@2.13.0 opencl-icd-loader@2025.07.22
Channel: guix
Location: gnu/packages/opencl.scm (gnu packages opencl)
Home page: http://portablecl.org/
Licenses: Expat
Build system: cmake
Synopsis: Portable Computing Language (pocl), an OpenCL implementation
Description:

Pocl is a portable implementation of the OpenCL standard (1.2 with some 2.0 features supported). This project seeks to improve performance portability of OpenCL programs with the kernel compiler and the task run-time, reducing the need for target-dependent manual optimizations.

pocl uses Clang as an OpenCL C frontend and LLVM for kernel compiler implementation, and as a portability layer. Thus, if your desired target has an LLVM backend, it should be able to get OpenCL support easily by using pocl.

opencl-clhpp 2025.07.22
Propagated dependencies: opencl-headers@2025.07.22
Channel: guix
Location: gnu/packages/opencl.scm (gnu packages opencl)
Home page: https://github.khronos.org/OpenCL-CLHPP/
Licenses: Expat
Build system: cmake
Synopsis: Khronos OpenCL-CLHPP
Description:

This package provides the host API C++ headers for OpenCL.

python-pyopencl 2026.1
Dependencies: opencl-headers@2025.07.22 ocl-icd@2.3.4
Propagated dependencies: python-numpy@2.3.1 python-platformdirs@4.3.6 python-pytools@2025.2.5 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/opencl.scm (gnu packages opencl)
Home page: https://mathema.tician.de/software/pyopencl/
Licenses: Expat
Build system: pyproject
Synopsis: Python wrapper for OpenCL
Description:

PyOpenCL lets you access parallel computing devices such as GPUs from Python via OpenCL.

python-pytools 2025.2.5
Propagated dependencies: python-platformdirs@4.3.6 python-siphash24@1.8 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/opencl.scm (gnu packages opencl)
Home page: https://github.com/inducer/pytools
Licenses: Expat
Build system: pyproject
Synopsis: Assorted tools for Python
Description:

Pytools is a bag of things that are ``missing'' from the Python standard library:

  • small helper functions such as len_iterable, argmin, tuple generation, permutation generation, ASCII table pretty printing, GvR's monkeypatch_xxx hack, the elusive flatten, and much more.

  • Michele Simionato's decorator module

  • A time-series logging module, pytools.log.

  • Batch job submission, pytools.batchjob.

  • A lexer, pytools.lex.

opencl-headers 2022.09.30
Channel: guix
Location: gnu/packages/opencl.scm (gnu packages opencl)
Home page: https://registry.khronos.org/OpenCL/
Licenses: ASL 2.0
Build system: cmake
Synopsis: The Khronos OpenCL headers
Description:

This package provides the C headers by Khronos for OpenCL programming.

clinfo 3.0.25.02.14
Dependencies: opencl-icd-loader@2025.07.22
Channel: guix
Location: gnu/packages/opencl.scm (gnu packages opencl)
Home page: https://github.com/Oblomov/clinfo
Licenses: CC0
Build system: gnu
Synopsis: Print information about OpenCL platforms and devices
Description:

This package provides the clinfo command that enumerates all possible (known) properties of the OpenCL platform and devices available on the system.

cogutil 2.0.3-2.64dca90
Dependencies: boost@1.89.0
Channel: guix
Location: gnu/packages/opencog.scm (gnu packages opencog)
Home page: https://github.com/opencog/cogutil/
Licenses: AGPL 3 ASL 2.0
Build system: cmake
Synopsis: Low-level C++ programming utilities used by OpenCog components
Description:

The OpenCog utilities is a miscellaneous collection of C++ utilities use for typical programming tasks in multiple OpenCog projects.

atomspace 5.0.3-2.c8d633b
Dependencies: boost@1.89.0 cogutil@2.0.3-2.64dca90 gmp@6.3.0 guile@3.0.11 postgresql@14.20
Channel: guix
Location: gnu/packages/opencog.scm (gnu packages opencog)
Home page: https://github.com/opencog/atomspace/
Licenses: AGPL 3
Build system: cmake
Synopsis: OpenCog hypergraph database, query system and rule engine
Description:

The OpenCog AtomSpace is an in-RAM knowledge representation (KR) database, an associated query engine and graph-re-writing system, and a rule-driven inferencing engine that can apply and manipulate sequences of rules to perform reasoning. It is a layer that sits on top of ordinary distributed (graph) databases, providing a large variety of advanced features not otherwise available.

agi-bio 0-2.2f723ad
Dependencies: atomspace@5.0.3-2.c8d633b cogutil@2.0.3-2.64dca90 gmp@6.3.0 guile@3.0.11
Channel: guix
Location: gnu/packages/opencog.scm (gnu packages opencog)
Home page: https://github.com/opencog/agi-bio
Licenses: AGPL 3
Build system: cmake
Synopsis: Genomic and proteomic data exploration and pattern mining
Description:

This is a package for genomic and proteomic research using the OpenCog toolset with Guile. This includes experiments in applying pattern mining and other OpenCog components.

cogserver 0-3.3c4da0b
Dependencies: asio@1.36.0 atomspace@5.0.3-2.c8d633b atomspace-storage@4.3.0-1.ecd88d6 boost@1.89.0 cogutil@2.0.3-2.64dca90 gmp@6.3.0 guile@3.0.11 jsoncpp@1.9.6 openssl@3.5.5
Channel: guix
Location: gnu/packages/opencog.scm (gnu packages opencog)
Home page: https://github.com/opencog/cogserver/
Licenses: AGPL 3
Build system: cmake
Synopsis: OpenCog network server
Description:

The OpenCog Cogserver is a network and job server for the OpenCog framework.

atomspace-storage 4.3.0-1.ecd88d6
Dependencies: atomspace@5.0.3-2.c8d633b cogutil@2.0.3-2.64dca90 gmp@6.3.0 guile@3.0.11 python-minimal@3.12.12
Channel: guix
Location: gnu/packages/opencog.scm (gnu packages opencog)
Home page: https://github.com/opencog/atomspace-storage
Licenses: AGPL 3
Build system: cmake
Synopsis: StorageNode API for AtomSpace
Description:

This AtomSpace module contains the StorageNode base class. The StorageNode API is the original, primary API for I/O storage and movement of Atoms into, out of and between AtomSpaces. It is mandatory for the RocksStorageNode which stores Atoms and AtomSpaces to disk, via RocksDB, and to CogStorageNode, which moves Atoms between AtomSpaces on different network nodes, and ProxyNodes which provides mirroring, routing, caching and filtering between AtomSpaces.

python-libfreenect 0.6.4
Dependencies: libfreenect@0.6.4
Propagated dependencies: python@3.12.12 python-numpy@2.3.1
Channel: guix
Location: gnu/packages/openkinect.scm (gnu packages openkinect)
Home page: https://openkinect.org/
Licenses: GPL 2+
Build system: cmake
Synopsis: Python wrapper for libfreenect, the Xbox Kinect device library
Description:

libfreenect is a userspace driver for the Microsoft Kinect. It supports: RGB and Depth Images, Motors, Accelerometer, LED and Audio.

libfreenect 0.6.4
Dependencies: libusb@1.0.25
Channel: guix
Location: gnu/packages/openkinect.scm (gnu packages openkinect)
Home page: https://openkinect.org/
Licenses: GPL 2+
Build system: cmake
Synopsis: Drivers and libraries for the Xbox Kinect device
Description:

libfreenect is a userspace driver for the Microsoft Kinect. It supports: RGB and Depth Images, Motors, Accelerometer, LED and Audio.

libfreenect-examples 0.6.4
Dependencies: libfreenect@0.6.4 freeglut@3.4.0
Channel: guix
Location: gnu/packages/openkinect.scm (gnu packages openkinect)
Home page: https://openkinect.org/
Licenses: GPL 2+
Build system: cmake
Synopsis: Examples for libfreenect, the Xbox Kinect device library
Description:

libfreenect is a userspace driver for the Microsoft Kinect. It supports: RGB and Depth Images, Motors, Accelerometer, LED and Audio.

libfreenect-opencv 0.6.4
Dependencies: libfreenect@0.6.4 opencv@4.13.0
Channel: guix
Location: gnu/packages/openkinect.scm (gnu packages openkinect)
Home page: https://openkinect.org/
Licenses: GPL 2+
Build system: cmake
Synopsis: OpenCV wrapper for libfreenect, the Xbox Kinect device library
Description:

libfreenect is a userspace driver for the Microsoft Kinect. It supports: RGB and Depth Images, Motors, Accelerometer, LED and Audio.

python-ldap 3.4.5
Dependencies: openldap@2.6.10 cyrus-sasl@2.1.28 mit-krb5@1.21
Propagated dependencies: python-pyasn1@0.6.1 python-pyasn1-modules@0.4.2
Channel: guix
Location: gnu/packages/openldap.scm (gnu packages openldap)
Home page: https://www.python-ldap.org/
Licenses: Python Software Foundation License
Build system: pyproject
Synopsis: Python modules for implementing LDAP clients
Description:

This package provides an object-oriented API to access LDAP directory servers from Python programs.

nss-pam-ldapd 0.9.13
Dependencies: linux-pam@1.5.2 openldap@2.6.10 mit-krb5@1.21 python@3.12.12
Channel: guix
Location: gnu/packages/openldap.scm (gnu packages openldap)
Home page: https://arthurdejong.org/nss-pam-ldapd
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: NSS and PAM modules for LDAP
Description:

nss-pam-ldapd provides a Name Service Switch (NSS) module that allows your LDAP server to provide user account, group, host name, alias, netgroup, and basically any other information that you would normally get from /etc flat files or NIS. It also provides a Pluggable Authentication Module (PAM) to do identity and authentication management with an LDAP server.

Total packages: 32521