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

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.


python-pamela 1.0.0
Dependencies: linux-pam@1.5.2
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/minrk/pamela
Licenses: Expat
Build system: pyproject
Synopsis: PAM interface using ctypes
Description:

This package provides a PAM interface using ctypes.

cassini-headers 14.0.0
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/HewlettPackard/shs-cassini-headers
Licenses: GPL 2 FreeBSD
Build system: copy
Synopsis: Cassini network hardware definitions and headers
Description:

This package provides hardware definitions and C headers for use by the Linux driver and by user-space applications for the Cassini/Slingshot high-speed network interconnect made by HPE (formerly Cray). User-land software uses cxi_prov_hw.h from this package.

libbpf 0.8.1
Propagated dependencies: elfutils@0.192 zlib@1.3.1
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/libbpf/libbpf
Licenses: LGPL 2.1 FreeBSD
Build system: gnu
Synopsis: BPF CO-RE (Compile Once – Run Everywhere)
Description:

Libbpf supports building BPF CO-RE-enabled applications, which, in contrast to BCC, do not require the Clang/LLVM runtime or linux kernel headers.

btrfs-progs 7.0
Dependencies: e2fsprogs@1.47.2 eudev@3.2.14 lzo@2.10 util-linux@2.40.4 util-linux@2.40.4 zlib@1.3.1 zlib@1.3.1 zstd@1.5.6 zstd@1.5.6
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://btrfs.wiki.kernel.org/index.php/Main_Page
Licenses: GPL 2 GPL 2+
Build system: gnu
Synopsis: Create and manage btrfs copy-on-write file systems
Description:

Btrfs is a CoW file system for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration.

linux-pam 1.5.2
Dependencies: libxcrypt@4.4.38
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: http://www.linux-pam.org/
Licenses: Modified BSD
Build system: gnu
Synopsis: Pluggable authentication modules for Linux
Description:

A *Free* project to implement OSF's RFC 86.0. Pluggable authentication modules are small shared object files that can be used through the PAM API to perform tasks, like authenticating a user at login. Local and dynamic reconfiguration are its key features.

libnftnl 1.2.8
Dependencies: libmnl@1.0.5
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.netfilter.org/projects/libnftnl/index.html
Licenses: GPL 2+
Build system: gnu
Synopsis: Netlink programming interface to the Linux nf_tables subsystem
Description:

Libnftnl is a userspace library providing a low-level netlink programming interface to the in-kernel nf_tables subsystem. The library libnftnl has been previously known as libnftables. This library is currently used by nftables.

libtree 3.1.1
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/haampie/libtree
Licenses: Expat
Build system: gnu
Synopsis: Show output of @command{ldd} as a tree
Description:

This tool turns ldd into a tree and explains how shared libraries are found or why they cannot be located.

chimerautils 15.0.3
Dependencies: acl@2.3.1 libedit@20191231-3.1 libxo@1.7.5 ncurses@6.2.20210619 openssl@3.5.5 zlib@1.3.1 zstd@1.5.6
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/chimera-linux/chimerautils
Licenses: FreeBSD
Build system: meson
Synopsis: The FreeBSD-based core Linux userland from Chimera Linux
Description:

This is a port of the FreeBSD userland for Linux provided by the Chimera Linux distribution. Essentially, it is a collection of UNIX tools such as grep, cp, vi, etc. and can be used as an alternative to the corresponding implementations from the GNU project.

lvm2-static 2.03.22
Dependencies: libaio@0.3.113 eudev@3.2.14 eudev@3.2.14
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://sourceware.org/lvm2/
Licenses: GPL 2 LGPL 2.1
Build system: gnu
Synopsis: Logical volume management for Linux (statically linked)
Description:

LVM2 is the logical volume management tool set for Linux-based systems. This package includes the user-space libraries and tools, including the device mapper. Kernel components are part of Linux-libre.

evtest 1.36
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://gitlab.freedesktop.org/libevdev/evtest
Licenses: GPL 2+
Build system: gnu
Synopsis: Kernel evdev device information and monitor
Description:

evtest is a tool to print evdev kernel events. It reads directly from the kernel device and prints a device description and the events with the value and the symbolic name.

libnetfilter-queue 1.0.5
Dependencies: libmnl@1.0.5 libnfnetlink@1.0.2
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://netfilter.org/projects/libnetfilter_queue/index.html
Licenses: GPL 2+
Build system: gnu
Synopsis: Library for kernel netfilter infrastructure and state
Description:

libnetfilter_queue is a userspace library providing an API to packets that have been queued by the kernel packet filter. It is is part of a system that deprecates the old ip_queue/libipq mechanism.

touchegg 2.0.18
Dependencies: cairo@1.18.4 gtk+@3.24.51 libgudev@238 libinput@1.29.1 libxrandr@1.5.4 libxtst@1.2.5 pugixml@1.12.1
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/JoseExposito/touchegg
Licenses: GPL 3+
Build system: cmake
Synopsis: Multitouch gesture recognizer
Description:

Touchégg is an application that runs in the background and transform the gestures you make on your touchpad or touchscreen into visible actions in your desktop.

f2fs-tools 1.7.0
Dependencies: util-linux@2.40.4 libselinux@3.4
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://f2fs.wiki.kernel.org/
Licenses: GPL 2 LGPL 2.1
Build system: gnu
Synopsis: Userland tools for f2fs
Description:

F2FS, the Flash-Friendly File System, is a modern file system designed to be fast and durable on flash devices such as solid-state disks and SD cards. This package provides the userland utilities.

xsensors 0.70
Dependencies: lm-sensors@3.6.2 gtk+@2.24.33
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: http://www.linuxhardware.org/xsensors/
Licenses: GPL 2+
Build system: gnu
Synopsis: Hardware health information viewer
Description:

Xsensors reads data from the libsensors library regarding hardware health such as temperature, voltage and fan speed and displays the information in a digital read-out.

gamemode 1.8.2
Dependencies: dbus@1.16.2 elogind@255.17 libinih@62
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/FeralInteractive/gamemode
Licenses: Modified BSD
Build system: meson
Synopsis: Optimise Linux system performance on demand
Description:

GameMode is a daemon and library for Linux that allows games to request a set of optimisations be temporarily applied to the host OS and/or a game process. GameMode was designed primarily as a stop-gap solution to problems with the Intel and AMD CPU powersave or ondemand governors, but is now host to a range of optimisation features and configurations, including CPU governor, I/O priority, process niceness, kernel scheduler, screensaver inhibiting, GPU performance mode, and custom scripts.

ttyebus-linux-module 1.5-0.fe4332a
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/eBUS/ttyebus
Licenses: GPL 3+
Build system: linux-module
Synopsis: Low-latency Raspberry Pi UART driver
Description:

This package provides a Linux kernel module that will provide a serial device /dev/ttyebus with almost no latency upon receiving. It is dedicated to the PL011 UART of the Raspberry Pi.

firejail-disable-sandbox-check 0.9.78
Dependencies: apparmor@4.1.2 xdg-dbus-proxy@0.1.5
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/netblue30/firejail
Licenses: GPL 2+
Build system: gnu
Synopsis: Linux namespaces sandbox program
Description:

Firejail is a SUID sandbox program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces, seccomp-bpf and Linux capabilities. The software includes sandbox profiles for a number of common Linux programs. Firejail should be added to the list of setuid programs in the system configuration to work properly. Builded with --disable-sandbox-check, which is only intended for development.

nvme-cli 2.5
Dependencies: libnvme@1.5 json-c@0.18 zlib@1.3.1
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/linux-nvme/nvme-cli
Licenses: GPL 2+
Build system: meson
Synopsis: NVM-Express user space tooling for Linux
Description:

Nvme-cli is a utility to provide standards compliant tooling for NVM-Express drives. It was made specifically for Linux as it relies on the IOCTLs defined by the mainline kernel driver.

libfabric 2.5.1
Dependencies: rdma-core@62.0 libnl@3.12.0 psm@3.3.20170428 psm2@12.0 libcxi@13.0.0 curl@8.6.0 json-c@0.18
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://ofiwg.github.io/libfabric/
Licenses: FreeBSD GPL 2
Build system: gnu
Synopsis: Open Fabric Interfaces
Description:

OpenFabrics Interfaces (OFI) is a framework focused on exporting fabric communication services to applications. OFI is best described as a collection of libraries and applications used to export fabric services. The key components of OFI are: application interfaces, provider libraries, kernel services, daemons, and test applications.

Libfabric is a core component of OFI. It is the library that defines and exports the user-space API of OFI, and is typically the only software that applications deal with directly. It works in conjunction with provider libraries, which are often integrated directly into libfabric.

xfsprogs-static 6.12.0
Dependencies: libinih@62 util-linux@2.40.4 libinih@62 liburcu@0.15.6 util-linux@2.40.4
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://xfs.wiki.kernel.org/
Licenses: GPL 2 LGPL 2.1
Build system: gnu
Synopsis: Statically linked XFS file system tools
Description:

This package provides commands to create and check XFS file systems.

genext2fs 1.5.0
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/bestouff/genext2fs
Licenses: GPL 2
Build system: gnu
Synopsis: Generate ext2 file system as a normal user
Description:

This package provides a program to generate an ext2 file system as a normal (non-root) user. It does not require you to mount the image file to copy files on it, nor does it require that you become the superuser to make device nodes.

dualsensectl 0.7
Dependencies: eudev@3.2.14 dbus@1.16.2 hidapi@0.15.0
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/nowrep/dualsensectl
Licenses: GPL 2
Build system: meson
Synopsis: Linux tool for controlling PS5 DualSense controller
Description:

This package provides a Linux tool for controlling a PS5 DualSense controller. It has to be already connected via USB or connected via Bluetooth.

linux-libre-documentation 7.0.14
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.gnu.org/software/linux-libre/
Licenses: GPL 2
Build system: gnu
Synopsis: Documentation for the kernel Linux-Libre
Description:

This package provides the documentation for the kernel Linux-Libre, as an Info manual. To consult it, run info linux.

extundelete 0.2.4
Dependencies: e2fsprogs@1.47.2
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://extundelete.sourceforge.net/
Licenses: GPL 2
Build system: gnu
Synopsis: Recover deleted files from ext2/3/4 partitions
Description:

Extundelete is a set of tools that can recover deleted files from an ext3 or ext4 partition.

Total packages: 73978