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

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.


linux-libre-headers 6.19.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: GNU Linux-Libre kernel headers
Description:

Headers of the Linux-Libre kernel.

linux-libre-arm64-generic 6.18.37
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: 100% free redistribution of a cleaned Linux kernel
Description:

GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel. It has been modified to remove all non-free binary blobs.

haveged 1.9.19
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.issihosts.com/haveged
Licenses: non-copyleft non-copyleft Public Domain GPL 3+
Build system: gnu
Synopsis: Entropy source for the Linux random number generator
Description:

haveged generates an unpredictable stream of random numbers for use by Linux's /dev/random and /dev/urandom devices. The kernel's standard mechanisms for filling the entropy pool may not be sufficient for systems with high needs or limited user interaction, such as headless servers.

haveged runs as a privileged daemon, harvesting randomness from the indirect effects of hardware events on hidden processor state using the HAVEGE algorithm. It tunes itself to its environment and provides the same built-in test suite for the output stream as used on certified hardware security devices.

The quality of the randomness produced by this algorithm has not been proven. It is recommended to run it together with another entropy source like rngd, and not as a replacement for it.

reform-debian-packages 2023-07-10-559-gced99e4
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://source.mnt.re/reform/reform-debian-packages
Licenses: FSF-free FreeBSD Expat GPL 2 GPL 2+ GPL 3 X11
Build system: copy
Synopsis: Linux kernel patches and device-trees used for MNT Reform systems
Description:

Linux kernel patches and device-trees used for the MNT Reform systems

evdi 1.14.15
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/DisplayLink/evdi
Licenses: GPL 2
Build system: linux-module
Synopsis: @acronym{EVDI, Extensible Virtual Display Interface} Linux kernel module
Description:

The EVDI is a Linux kernel module that enables management of multiple screens, allowing user-space programs to take control over what happens with the image. It is essentially a virtual display for which applications using the libevdi library can add, remove, and receive screen updates.

The EVDI driver uses the standard Linux DRM. Its displays can be controlled by standard tools such as xrandr and display settings applets in graphical environments.

linux-libre-arm64-mnt-reform 6.12.94
Dependencies: reform-debian-packages@2023-07-10-320-gaf0a461
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: 100% free redistribution of a cleaned Linux kernel for MNT/Reform systems
Description:

GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel. It has been modified to remove all non-free binary blobs. Configuration options and patches have been applied for use with MNT/Reform systems.

xfsprogs 5.9.0
Dependencies: libinih@62 liburcu@0.15.6 util-linux@2.40.4 python-wrapper@3.12.12
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: XFS file system tools
Description:

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

linux-libre-headers 6.18.37
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: GNU Linux-Libre kernel headers
Description:

Headers of the Linux-Libre kernel.

bpftrace 0.21.2
Dependencies: bcc@0.30.0 clang@15.0.7 elfutils@0.192 libbpf@1.5.0 libiberty@14.3.0 cereal@1.3.2
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/bpftrace/bpftrace
Licenses: ASL 2.0
Build system: cmake
Synopsis: High-level tracing language for Linux eBPF
Description:

bpftrace is a high-level tracing language for Linux enhanced Berkeley Packet Filter (eBPF) available in recent Linux kernels (4.x). bpftrace uses LLVM as a backend to compile scripts to BPF-bytecode and makes use of BCC for interacting with the Linux BPF system, as well as existing Linux tracing capabilities: kernel dynamic tracing (kprobes), user-level dynamic tracing (uprobes), and tracepoints. The bpftrace language is inspired by awk and C, and predecessor tracers such as DTrace and SystemTap. bpftrace was created by Alastair Robertson.

v4l2loopback-linux-module 0.15.3
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/v4l2loopback/v4l2loopback
Licenses: GPL 2+
Build system: linux-module
Synopsis: Linux kernel module to create virtual V4L2 video devices
Description:

This Linux module creates virtual video devices. V4L2 applications will treat these as ordinary video devices but read video data generated by another application, instead of a hardware device such as a capture card.

This lets you apply nifty effects to your Jitsi video, for example, but also allows some more serious things like adding streaming capabilities to an application by hooking GStreamer into the loopback device.

liburing 2.14
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/axboe/liburing
Licenses: Expat
Build system: gnu
Synopsis: Interface to the Linux kernel @code{io_uring} interface
Description:

This is the io_uring library, liburing. liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation.

libnl 3.12.0
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.infradead.org/~tgr/libnl/
Licenses: GPL 2
Build system: gnu
Synopsis: NetLink protocol library suite
Description:

The libnl suite is a collection of libraries providing APIs to netlink protocol based Linux kernel interfaces. Netlink is an IPC mechanism primarily between the kernel and user space processes. It was designed to be a more flexible successor to ioctl to provide mainly networking related kernel configuration and monitoring interfaces.

aumix 2.9.1
Dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://web.archive.org/web/20211201184543/http://jpj.net/~trevor/aumix.html
Licenses: GPL 2+
Build system: gnu
Synopsis: Audio mixer for X and the console
Description:

Aumix adjusts an audio mixer from X, the console, a terminal, the command line or a script.

x86-energy-perf-policy 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: Display and update Intel-CPU energy-performance policy
Description:

x86_energy_perf_policy displays and updates energy-performance policy settings specific to Intel Architecture Processors. Settings are accessed via Model Specific Register (MSR) updates, no matter if the Linux cpufreq sub-system is enabled or not.

ec 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: Utility for reading or writing @acronym{EC, Embedded Controller} registers
Description:

This utility can read or write specific registers or all the available registers of the EC supported by the ec_sys Linux driver.

pflask 0.2
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://ghedo.github.io/pflask/
Licenses: FreeBSD
Build system: cmake
Synopsis: Simple tool for creating Linux namespace containers
Description:

pflask is a simple tool for creating Linux namespace containers. It can be used for running a command or even booting an OS inside an isolated container, created with the help of Linux namespaces. It is similar in functionality to chroot, although pflask provides better isolation thanks to the use of namespaces.

libnetfilter-cttimeout 1.0.1
Dependencies: libmnl@1.0.5
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://netfilter.org/projects/libnetfilter_cttimeout/index.html
Licenses: GPL 2
Build system: gnu
Synopsis: Library for kernel connection tracking timeout infrastructure
Description:

libnetfilter_cttimeout is the userspace library that provides the programming interface to the fine-grain connection tracking timeout infrastructure. With this library, you can create, update and delete timeout policies that can be attached to traffic flows. This library is used by conntrack-tools.

iptables-nft 1.8.11
Dependencies: iptables@1.8.11
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.netfilter.org/projects/iptables/index.html
Licenses: GPL 2+
Build system: copy
Synopsis: Programs to configure Linux IP packet filtering rules (nftables API)
Description:

iptables is the user-space command line program used to configure the Linux 2.4.x and later IPv4 packet filtering ruleset (firewall), including NAT (Network Address Translation).

This package also includes ip6tables, which is used to configure the IPv6 packet filter.

Both commands are targeted at system administrators.

libcgroup 3.2.0
Dependencies: linux-pam@1.5.2
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/libcgroup/libcgroup
Licenses: LGPL 2.1
Build system: gnu
Synopsis: Control groups management tools
Description:

Control groups is Linux kernel method for process resource restriction, permission handling and more. This package provides userspace interface to this kernel feature.

fuse 2.9.9
Dependencies: bash-minimal@5.2.37 util-linux@2.40.4
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/libfuse/libfuse
Licenses: LGPL 2.1 GPL 2+
Build system: gnu
Synopsis: Support file systems implemented in user space
Description:

As a consequence of its monolithic design, file system code for Linux normally goes into the kernel itself---which is not only a robustness issue, but also an impediment to system extensibility. FUSE, for "file systems in user space", is a kernel module and user-space library that tries to address part of this problem by allowing users to run file system implementations as user-space processes.

thinkfan 2.0.0
Dependencies: libatasmart@0.19 lm-sensors@3.6.2 yaml-cpp@0.9.0
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/vmatare/thinkfan
Licenses: GPL 3+
Build system: cmake
Synopsis: Simple fan control program
Description:

Thinkfan is a simple fan control program. It reads temperatures, checks them against configured limits and switches to appropriate (also pre-configured) fan level. It requires a working thinkpad_acpi or any other hwmon driver that enables temperature reading and fan control from userspace.

pipewire 1.6.2
Dependencies: alsa-lib@1.2.16 avahi@0.8 bluez@5.79 dbus@1.16.2 eudev@3.2.14 ffmpeg@8.1.1 gst-plugins-base@1.28.1 gstreamer@1.28.1 jack2@1.9.22-0.1795946 ldacbt@2.0.2.3 libcamera-minimal@0.6.0 libdrm@2.4.131 libfdk@2.0.1 libfreeaptx@0.2.2 libsndfile@1.2.2-0.68f6c16 libusb@1.0.25 openssl@3.5.5 libva@2.22.0 pulseaudio@16.1 readline@8.2.13 sbc@2.2 vulkan-headers@1.4.335.0 vulkan-loader@1.4.335.0 webrtc-audio-processing@1.3
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://pipewire.org/
Licenses: LGPL 2.0+
Build system: meson
Synopsis: Server and user space API to deal with multimedia pipelines
Description:

PipeWire is a project that aims to greatly improve handling of audio and video under Linux. It aims to support the usecases currently handled by both PulseAudio and Jack and at the same time provide same level of powerful handling of Video input and output. It also introduces a security model that makes interacting with audio and video devices from containerized applications easy, with supporting Flatpak applications being the primary goal. Alongside Wayland and Flatpak we expect PipeWire to provide a core building block for the future of Linux application development.

net-tools 1.60-0.479bb4a
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://net-tools.sourceforge.net/
Licenses: GPL 2+
Build system: gnu
Synopsis: Tools for controlling the network subsystem in Linux
Description:

This package includes the important tools for controlling the network subsystem of the Linux kernel. This includes arp, ifconfig, netstat, rarp and route. Additionally, this package contains utilities relating to particular network hardware types (plipconfig, slattach) and advanced aspects of IP configuration (iptunnel, ipmaddr).

compsize 1.5-0.d79eacf
Dependencies: btrfs-progs@7.0
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/kilobyte/compsize
Licenses: GPL 2+
Build system: gnu
Synopsis: Find compression type/ratio on Btrfs files
Description:

compsize takes a list of files (given as arguments) on a Btrfs file system and measures used compression types and effective compression ratio, producing a report.

A directory has no extents but has a (recursive) list of files. A non-regular file is silently ignored.

As it makes no sense to talk about compression ratio of a partial extent, every referenced extent is counted whole, exactly once -- no matter if you use only a few bytes of a 1GB extent or reflink it a thousand times. Thus, the uncompressed size will not match the number given by tar or du. On the other hand, the space used should be accurate (although obviously it can be shared with files outside our set).

Total packages: 72465