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

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.


ddcutil 2.2.5
Dependencies: eudev@3.2.14 glib@2.86.0 jansson@2.14 kmod@29 i2c-tools@4.3 libdrm@2.4.131 libusb@1.0.25 libx11@1.8.12 libxrandr@1.5.4 zlib@1.3.1
Channel: guix
Location: gnu/packages/hardware.scm (gnu packages hardware)
Home page: https://www.ddcutil.com/
Licenses: Modified BSD GPL 2+
Build system: gnu
Synopsis: Control external monitor settings
Description:

ddcutil can query and modify most external monitors' settings, such as brightness, colour levels, and input sources. Generally speaking, any setting that can be changed by pressing buttons on the monitor can be modified by ddcutil.

ddcutil communicates directly with monitors implementing the Monitor Control Command Set (MCCS). It usually does so through the the Display Data Channel Command Interface (DDC/CI) protocol on the I2C bus, but can also communicate over USB as per the USB Monitor Control Class Specification.

One particular use case is in colour profile management. Monitor calibration is relative to the monitor colour settings currently in effect, e.g. red gain. ddcutil allows colour-related settings to be saved at the time a monitor is calibrated, and restored when the calibration is applied.

This package includes udev rules that can be used by adding this package to the rules field of the udev-configuration record. It gives read/write access to i2c devices to users in the i2c group.

wavemon 0.9.7
Dependencies: libcap@2.64 libnl@3.12.0 ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/hardware.scm (gnu packages hardware)
Home page: https://github.com/uoaerg/wavemon
Licenses: GPL 3+
Build system: gnu
Synopsis: Wireless network device monitor
Description:

Wavemon is a wireless device monitor with an interactive ncurses terminal interface. It can display and plot signal and noise levels in real time. It also reports packet statistics, device configuration, network parameters, and access points and other wireless clients of your wireless network hardware.

Wavemon should work (with varying levels of detail and features) with any device supported by the Linux kernel.

h-client 0.0a0-1.e6c78b1
Dependencies: gdk-pixbuf@2.44.4 gobject-introspection@1.86.0 guile@3.0.9 gtk+@3.24.51 pciutils@3.13.0 python-pycurl@7.45.4 python-pygobject@3.54.3 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: pyproject
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.

openhmd 0.3.0-0.04f5276
Dependencies: glew@2.2.0 hidapi@0.15.0 libusb@1.0.25 opencv@4.13.0
Channel: guix
Location: gnu/packages/hardware.scm (gnu packages hardware)
Home page: http://www.openhmd.net/
Licenses: Boost 1.0
Build system: meson
Synopsis: API and drivers for immersive technology
Description:

OpenHMD aims to provide an API and drivers for immersive technology, such as head mounted displays with built in head tracking.

lxi-tools 2.8
Dependencies: glib@2.86.0 gtk@4.22.1 gtksourceview@5.16.0 json-glib@1.10.0 libadwaita@1.8.2 liblxi@1.20 lua@5.3.5
Channel: guix
Location: gnu/packages/hardware.scm (gnu packages hardware)
Home page: https://lxi-tools.github.io/
Licenses: Modified BSD
Build system: meson
Synopsis: LAN eXtensions for Instrumentation tools
Description:

This package provides tools for LAN eXtensions for Instrumentation based on the LXI Consortium standard which defines the communication protocols for modern instrumentation and data acquision systems using Ethernet.

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.

sxmobar 1.2.0
Channel: guix
Location: gnu/packages/hare-apps.scm (gnu packages hare-apps)
Home page: https://sxmobar.builtwithhare.org
Licenses: AGPL 3+
Build system: hare
Synopsis: Status bar component manager
Description:

sxmobar is a status bar component manager. It is used to generate status lines for i3status, i3bar, swaybar, and others.

bonsai 1.4.0
Dependencies: hare-ev@0.26.0.0 hare-json@0.26.0.0
Channel: guix
Location: gnu/packages/hare-apps.scm (gnu packages hare-apps)
Home page: https://bonsai.builtwithhare.org
Licenses: AGPL 3+
Build system: hare
Synopsis: Finite State Machine structured as a tree that trigger commands
Description:

Bonsai is a Finite State Machine structured as a tree. It has been designed to trigger commands when successive events and/or a precise context is accepted. There is 4 kind of transition with specific acceptance rules:

  • event transition: The received event name match the transition one

  • context transition: The state context match the transition one

  • exec transition: The transition command is run and succeed

  • delay transition: The state wait for the delay transition duration. No other accepted event is received while waiting

The state will transition following every accepted transition. If there is no more available transition, the state goes back to the initial position.

hare-lsp 0.2.0
Dependencies: hare-json@0.26.0.0
Channel: guix
Location: gnu/packages/hare-apps.scm (gnu packages hare-apps)
Home page: https://git.sr.ht/~whynothugo/hare-lsp/
Licenses: ISC
Build system: hare
Synopsis: Language server implementation for Hare
Description:

This package provides a language server implementation for Hare.

hare-mcron 1.3.0
Dependencies: hare-ev@0.26.0.0
Channel: guix
Location: gnu/packages/hare-apps.scm (gnu packages hare-apps)
Home page: https://mcron.builtwithhare.org/
Licenses: GPL 3+
Build system: hare
Synopsis: Sleeping cron job scheduler
Description:

Mcron is a cron implementation that is designed to be used on suspendable machines, like mobile phones. It will wake the device from suspension to trigger the tasks.

hare-gtk4-layer-shell 0.1.0
Propagated dependencies: gtk4-layer-shell@1.3.0
Channel: guix
Location: gnu/packages/hare-xyz.scm (gnu packages hare-xyz)
Home page: https://git.sr.ht/~sircmpwn/hare-gtk4-layer-shell
Licenses: MPL 2.0
Build system: hare
Synopsis: GTK layer-shell bindings for Hare
Description:

This package is a set of gtk-layer-shell bindings for the Hare language.

hare-gi 0.1.0
Propagated dependencies: at-spi2-core@2.52.0 gdk-pixbuf@2.44.4 glib@2.86.0 gobject-introspection@1.86.0 graphene@1.10.8 gtk@4.22.1 gtk+@3.24.51 harfbuzz@11.4.4 pango@1.56.4
Channel: guix
Location: gnu/packages/hare-xyz.scm (gnu packages hare-xyz)
Home page: https://sr.ht/~yerinalexey/hare-gi
Licenses: MPL 2.0
Build system: hare
Synopsis: GTK library Hare binding generator
Description:

hare-gi is a binding generator for GTK libraries, based on GObject Introspection development files. This package includes both the binding generator binary, as well as bindings for several common libraries, including GTK3, GTK4, and GLib.

hare-compress 0.25.2.0
Channel: guix
Location: gnu/packages/hare-xyz.scm (gnu packages hare-xyz)
Home page: https://sr.ht/~sircmpwn/hare-compress
Licenses: MPL 2.0
Build system: hare
Synopsis: Compression algorithms for Hare
Description:

This package provides compression algorithms for Hare.

hare-adwaita 0.1.0
Propagated dependencies: libadwaita@1.8.2
Channel: guix
Location: gnu/packages/hare-xyz.scm (gnu packages hare-xyz)
Home page: https://git.sr.ht/~sircmpwn/hare-adwaita
Licenses: MPL 2.0
Build system: hare
Synopsis: Adwaita bindings for Hare
Description:

This package is a set of libadwaita bindings for the Hare language.

hare-scfg 0.25.2
Channel: guix
Location: gnu/packages/hare-xyz.scm (gnu packages hare-xyz)
Home page: https://git.sr.ht/~chrisppy/hare-scfg
Licenses: MPL 2.0
Build system: hare
Synopsis: Hare library for a simple configuration file format
Description:

This package provides a Hare library for parsing scfg, a simple configuration file format with one directive per line.

hare-ssh 0.26.0
Channel: guix
Location: gnu/packages/hare-xyz.scm (gnu packages hare-xyz)
Home page: https://sr.ht/~sircmpwn/hare-ssh
Licenses: MPL 2.0
Build system: hare
Synopsis: SSH library for Hare
Description:

This package is an implementation of the SSH client, server, and agent protocols in pure Hare.

hare-lex 0.26.0.0
Channel: guix
Location: gnu/packages/hare-xyz.scm (gnu packages hare-xyz)
Home page: https://git.sr.ht/~stacyharper/hare-lex
Licenses: MPL 2.0
Build system: hare
Synopsis: General purpose lexical tokenization machinery for Hare
Description:

This module provides a general purpose lexer machine for Hare.

hare-ev 0.26.0.0
Channel: guix
Location: gnu/packages/hare-xyz.scm (gnu packages hare-xyz)
Home page: https://sr.ht/~sircmpwn/hare-ev
Licenses: MPL 2.0
Build system: hare
Synopsis: Event loop for Hare
Description:

This package provides an event loop for Hare programs.

hare-xml 0.25.2.0
Channel: guix
Location: gnu/packages/hare-xyz.scm (gnu packages hare-xyz)
Home page: https://git.sr.ht/~sircmpwn/hare-xml
Licenses: MPL 2.0
Build system: hare
Synopsis: XML support for Hare
Description:

This package provides XML support for Hare.

hare-irc 0.25.2.0
Channel: guix
Location: gnu/packages/hare-xyz.scm (gnu packages hare-xyz)
Home page: https://sr.ht/~sircmpwn/hare-irc
Licenses: MPL 2.0
Build system: hare
Synopsis: IRC client protocol implementation for Hare
Description:

This package provides an implementation of the IRC client protocol for Hare programs, based on the ircdocs.horse specifications.

hare-template 0.26.0.0
Propagated dependencies: hare-lex@0.26.0.0
Channel: guix
Location: gnu/packages/hare-xyz.scm (gnu packages hare-xyz)
Home page: https://git.sr.ht/~stacyharper/hare-template
Licenses: MPL 2.0
Build system: hare
Synopsis: Templating tool and library for Hare
Description:

This package aims to offer a good and simple templating system for Hare, using code generation.

hare-json 0.26.0.0
Channel: guix
Location: gnu/packages/hare-xyz.scm (gnu packages hare-xyz)
Home page: https://sr.ht/~sircmpwn/hare-json
Licenses: MPL 2.0
Build system: hare
Synopsis: JSON support for Hare
Description:

This package provides JSON support for Hare.

harec 0.26.0
Channel: guix
Location: gnu/packages/hare.scm (gnu packages hare)
Home page: https://harelang.org
Licenses: GPL 3
Build system: gnu
Synopsis: Harelang bootstrap compiler
Description:

harec is a bootstrap compiler written in C for the Hare programming language. For general Hare programming, see the hare package.

hare-update 0.26.0.0
Channel: guix
Location: gnu/packages/hare.scm (gnu packages hare)
Home page: https://harelang.org
Licenses: EUPL 1.2
Build system: hare
Synopsis: Harelang interversion updater tool
Description:

hare-update updates Harelang source files to newer versions of the language and stdlib automagically.

Total packages: 32521