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

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.


guile2.2-bytestructures 1.0.10
Dependencies: guile@2.2.7
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://github.com/TaylanUB/scheme-bytestructures
Licenses: GPL 3+
Build system: gnu
Synopsis: Structured access to bytevector contents for Guile
Description:

Guile bytestructures offers a system imitating the type system of the C programming language, to be used on bytevectors. C's type system works on raw memory, and Guile works on bytevectors which are an abstraction over raw memory. It's also more powerful than the C type system, elevating types to first-class status.

guile-gdbm-ffi 20120209.fa1d5b6
Dependencies: gdbm@1.25
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://github.com/ijp/guile-gdbm
Licenses: GPL 3+
Build system: guile
Synopsis: Guile bindings to the GDBM library via Guile's FFI
Description:

Guile bindings to the GDBM key-value storage system, using Guile's foreign function interface.

guile-zlib 0.2.2
Dependencies: guile@3.0.9 zlib@1.3.1
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://notabug.org/guile-zlib/guile-zlib
Licenses: GPL 3+
Build system: gnu
Synopsis: Guile bindings to zlib
Description:

This package provides Guile bindings for zlib, a lossless data-compression library. The bindings are written in pure Scheme by using Guile's foreign function interface.

guile-bzip2 0.1.0
Dependencies: guile@3.0.9 bzip2@1.0.8
Propagated dependencies: guile-bytestructures@1.0.10
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://ngyro.com/software/guile-bzip2.html
Licenses: GPL 3+
Build system: gnu
Synopsis: Guile bindings for libbzip2
Description:

Guile-bzip2 is a Guile wrapper for the libbzip2 library. It exposes an interface similar to other Guile compression libraries, like Guile-zlib.

guile-zstd 0.1.1
Dependencies: zstd@1.5.6 guile@3.0.9
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://notabug.org/guile-zstd/guile-zstd
Licenses: GPL 3+
Build system: gnu
Synopsis: GNU Guile bindings to the zstd compression library
Description:

This package provides a GNU Guile interface to the zstd (``zstandard'') compression library.

guile 2.0.14
Dependencies: libffi@3.4.6 libxcrypt@4.4.38 bash-minimal@5.2.37
Propagated dependencies: libunistring@1.3 libltdl@2.4.7 libgc@8.2.8 gmp@6.3.0
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://www.gnu.org/software/guile/
Licenses: LGPL 3+
Build system: gnu
Synopsis: Scheme implementation intended especially for extensions
Description:

Guile is the GNU Ubiquitous Intelligent Language for Extensions, the official extension language of the GNU system. It is an implementation of the Scheme language which can be easily embedded in other applications to provide a convenient means of extending the functionality of the application without requiring the source code to be rewritten.

guile2.2-json 4.7.3
Dependencies: guile@2.2.7
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://github.com/aconchillo/guile-json
Licenses: GPL 3+
Build system: gnu
Synopsis: JSON module for Guile
Description:

Guile-JSON supports parsing and building JSON documents according to the specification. These are the main features:

  • Strictly complies to specification.

  • Build JSON documents programmatically via macros.

  • Unicode support for strings.

  • Allows JSON pretty printing.

guile 3.0.9
Dependencies: libffi@3.4.6 libxcrypt@4.4.38 bash-minimal@5.2.37
Propagated dependencies: libunistring@1.3 libgc@8.2.8
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://www.gnu.org/software/guile/
Licenses: LGPL 3+
Build system: gnu
Synopsis: Scheme implementation intended especially for extensions
Description:

Guile is the GNU Ubiquitous Intelligent Language for Extensions, the official extension language of the GNU system. It is an implementation of the Scheme language which can be easily embedded in other applications to provide a convenient means of extending the functionality of the application without requiring the source code to be rewritten.

guile-lzlib 0.3.0
Dependencies: guile@3.0.9 lzlib@1.13
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://notabug.org/guile-lzlib/guile-lzlib
Licenses: GPL 3+
Build system: gnu
Synopsis: Guile bindings to lzlib
Description:

This package provides Guile bindings for lzlib, a C library for in-memory LZMA compression and decompression. The bindings are written in pure Scheme by using Guile's foreign function interface.

guile2.0-json 1.3.2
Dependencies: guile@2.2.7
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://github.com/aconchillo/guile-json
Licenses: GPL 3+
Build system: gnu
Synopsis: JSON module for Guile
Description:

Guile-JSON supports parsing and building JSON documents according to the specification. These are the main features:

  • Strictly complies to specification.

  • Build JSON documents programmatically via macros.

  • Unicode support for strings.

  • Allows JSON pretty printing.

gv 3.7.4
Dependencies: ghostscript-with-x@9.56.1 libx11@1.8.12 libxaw3d@1.6.6 libxinerama@1.1.5 libxpm@3.5.17 zlib@1.3.1
Channel: guix
Location: gnu/packages/gv.scm (gnu packages gv)
Home page: https://www.gnu.org/software/gv/
Licenses: GPL 3+
Build system: gnu
Synopsis: PostScript and PDF viewer using Ghostscript as a back-end
Description:

GNU GV is a graphical user interface to the Ghostscript interpreter. With it, one can view and navigate through PostScript and PDF documents in X Windows.

gxmessage 3.4.3
Dependencies: gtk+@3.24.51
Channel: guix
Location: gnu/packages/gxmessage.scm (gnu packages gxmessage)
Home page: https://www.gnu.org/software/gxmessage/
Licenses: GPL 3+
Build system: gnu
Synopsis: Open popup message window with buttons for return
Description:

GNU gxmessage is a program that pops up dialog windows, which display a message to the user and waits for their action. The program then exits with an exit code corresponding to the response.

screentest 3.0
Dependencies: glib@2.83.3 gtk+@3.24.51
Channel: guix
Location: gnu/packages/hardware.scm (gnu packages hardware)
Home page: https://github.com/TobiX/screentest
Licenses: GPL 2
Build system: meson
Synopsis: Simple screen testing tool
Description:

This is a program for testing the quality of CRT/LCD screens. It displays various patterns and allows you to estimate the quality of your CRT/LCD monitor.

rkdeveloptool 1.3-0.6e92ebc
Dependencies: libusb@1.0.25
Channel: guix
Location: gnu/packages/hardware.scm (gnu packages hardware)
Home page: https://github.com/rockchip-linux/rkdeveloptool
Licenses: GPL 2+
Build system: gnu
Synopsis: Read from and write to RockChicp devices over USB
Description:

Rkdeveloptool can read from and write to RockChip devices over USB, such as the Pinebook Pro.

tpm2-tss 3.0.3
Dependencies: curl@8.6.0 json-c@0.18 openssl@3.0.8
Channel: guix
Location: gnu/packages/hardware.scm (gnu packages hardware)
Home page: https://tpm2-software.github.io/
Licenses: FreeBSD
Build system: gnu
Synopsis: OSS Implementation of the TCG TPM2 Software Stack (TSS2)
Description:

This package provides the TCG TSS2. The stack contains libtss2-fapi, libtss2-esys, libtss2-sys, libtss2-mu, libtss2-tcti-device, libtss2-tcti-swtpm and libtss2-tcti-mssim.

openrgb 0.9
Dependencies: coreutils@9.1 hidapi@0.15.0 hueplusplus@1.1.0 nlohmann-json@3.12.0 libusb@1.0.25 mbedtls@2.28.9 qtbase@5.15.17 qtwayland@5.15.17
Channel: guix
Location: gnu/packages/hardware.scm (gnu packages hardware)
Home page: https://openrgb.org/
Licenses: GPL 2
Build system: qt
Synopsis: RGB lighting control
Description:

OpenRGB is lighting control that doesn't depend on manufacturer software. ASUS, ASRock, Corsair, G.Skill, Gigabyte, HyperX, MSI, Razer, ThermalTake, and more supported.

Features:

  • Set colors and select effect modes for a wide variety of RGB hardware

  • Save and load profiles

  • Control lighting from third party software using the OpenRGB SDK

  • Command line interface

  • Connect multiple instances of OpenRGB to synchronize lighting across multiple PCs

  • Can operate standalone or in a client/headless server configuration

  • View device information

  • No official/manufacturer software required

  • Graphical view of device LEDs makes creating custom patterns easy

hwinfo 23.2
Dependencies: libx86emu@3.5 util-linux@2.40.4
Channel: guix
Location: gnu/packages/hardware.scm (gnu packages hardware)
Home page: https://github.com/openSUSE/hwinfo
Licenses: GPL 2+
Build system: gnu
Synopsis: Hardware information tool
Description:

HwInfo is used to probe for the hardware present in the system. It can be used to generate a system overview log which can be later used for support.

utmp-cli 1.063
Channel: guix
Location: gnu/packages/hardware.scm (gnu packages hardware)
Home page: https://github.com/usbtemp/utmp-cli
Licenses: Expat
Build system: gnu
Synopsis: Read temperature from USB thermometer
Description:

Read temperature from usbtemp.com USB thermometer and DS9097E compatible 1-wire adapter with one DS18B20 digital probe attached through command line interface.

liquidctl 1.15.0
Propagated dependencies: python-colorlog@6.9.0 python-crcmod@1.7 python-docopt@0.6.2 python-hidapi@0.14.0.post2 python-pillow@11.1.0 python-pyusb@1.2.1 python-smbus@4.3
Channel: guix
Location: gnu/packages/hardware.scm (gnu packages hardware)
Home page: https://github.com/liquidctl/liquidctl
Licenses: GPL 3+
Build system: pyproject
Synopsis: Drivers and tools for liquid cooling equipment
Description:

Liquidctl is a package with tools, drivers and a Python library to work with liquid cooling equipment such as AIO coolers, fan controllers and other devices.

tpm2-tools 5.5
Channel: guix
Location: gnu/packages/hardware.scm (gnu packages hardware)
Home page: https://github.com/tpm2-software/tpm2-tools
Licenses: Modified BSD
Build system: gnu
Synopsis: Tools for the Trusted Platform Module (TPM 2.0)
Description:

This package provides user tools for the Trusted Computing Group's (TCG) TPM2 Software Stack (TSS). These programs help with common tasks such as key management, attestation, encryption, and signing.

liblxi 1.20
Dependencies: avahi@0.8 libtirpc@1.3.1 libxml2@2.14.6
Channel: guix
Location: gnu/packages/hardware.scm (gnu packages hardware)
Home page: https://lxi-tools.github.io/
Licenses: Modified BSD
Build system: meson
Synopsis: @acronym{LXI, LAN eXtensions for Instrumentation} library
Description:

This library offers a simple API for communicating with instruments compatible with the LXI standard that defines communication protocols for instrumentation and data acquisition systems using Ethernet. Applications can use liblxi to discover instruments on your network, send SCPI commands, and receive responses.

usbrelay 1.2.1
Dependencies: hidapi@0.15.0
Channel: guix
Location: gnu/packages/hardware.scm (gnu packages hardware)
Home page: https://github.com/darrylb123/usbrelay
Licenses: GPL 2+
Build system: gnu
Synopsis: Control USB relay modules
Description:

This is a Linux driver based on hidapi for a variety of inexpensive HID compatible USB relay modules available with different number of output relays.

h-client 0.0a0-1.e6c78b1
Dependencies: gdk-pixbuf@2.42.12 gobject-introspection@1.82.0 guile@3.0.9 gtk+@3.24.51 pciutils@3.13.0 python-pycurl@7.45.4 python-pygobject@3.50.0 usbutils@018
Channel: guix
Location: gnu/packages/hardware.scm (gnu packages hardware)
Home page: https://savannah.nongnu.org/projects/h-source/
Licenses: GPL 3+
Build system: python
Synopsis: Graphical client for the h-node hardware database project
Description:

The h-node project (https://www.h-node.org) aims to build a database of hardware that works with fully free operating systems. h-client is a GTK+ graphical client that is able to retrieves information on the hardware inside the computer it's running on, and on peripherals connected to it, and helps you submit that information to the h-node project along with whether the hardware works with a fully free operating system or not.

python-usbrelay 1.2.1
Dependencies: usbrelay@1.2.1
Propagated dependencies: python-paho-mqtt@2.1.0
Channel: guix
Location: gnu/packages/hardware.scm (gnu packages hardware)
Home page: https://github.com/darrylb123/usbrelay
Licenses: GPL 2+
Build system: pyproject
Synopsis: Python library to control USB relay modules
Description:

This is the Python extension to usbrelay, a Linux driver based on hidapi for a variety of inexpensive HID compatible USB relay modules. This package also includes usbrelayd.

Total packages: 69237