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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


singularity 2.6.1
Dependencies: bash-minimal@5.2.37 coreutils@9.1 libarchive@3.7.7 python-wrapper@3.11.14 squashfs-tools@4.6.1 zlib@1.3.1
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://singularity.lbl.gov/
Licenses: Modified BSD
Build system: gnu
Synopsis: Container platform
Description:

Singularity is a container platform supporting a number of container image formats. It can build SquashFS container images or import existing Docker images. Singularity requires kernel support for container isolation or root privileges.

linux-libre-arm64-generic 6.12.62
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.

perftest 4.5-0.20
Dependencies: pciutils@3.13.0 rdma-core@60.0
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/linux-rdma/perftest
Licenses: GPL 2
Build system: gnu
Synopsis: Open Fabrics Enterprise Distribution (OFED) Performance Tests
Description:

This is a collection of tests written over uverbs intended for use as a performance micro-benchmark. The tests may be used for hardware or software tuning as well as for functional testing.

The collection contains a set of bandwidth and latency benchmark such as:

  1. Send - ib_send_bw and ib_send_lat

  2. RDMA Read - ib_read_bw and ib_read_lat

  3. RDMA Write - ib_write_bw and ib_wriet_lat

  4. RDMA Atomic - ib_atomic_bw and ib_atomic_lat

  5. Native Ethernet (when working with MOFED2) - raw_ethernet_bw, raw_ethernet_lat

alsa-topology-conf 1.2.4
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.alsa-project.org/wiki/Main_Page
Licenses: Modified BSD
Build system: copy
Synopsis: The Advanced Linux Sound Architecture libraries
Description:

This package contains Advanced Linux Sound Architecture topology configuration files that can be used for specific audio hardware.

mce-inject 0.0.0-0.4cbe463
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://git.kernel.org/pub/scm/utils/cpu/mce/mce-inject.git/about/
Licenses: GPL 2
Build system: gnu
Synopsis: Inject x86 @acronym{MCEs, machine-check exceptions} into Linux
Description:

This simple tool injects fake MCEs into a running Linux kernel, to debug or test the kernel's EDAC-handling code specific to x86 and x86_64 platforms.

Real MCEs are internal CPU errors. Handling them correctly can be important to system stability and even prevent physical damage. In contrast, simulated MCEs produced by mce-inject are purely synthetic: injection happens only at the software level, inside the kernel, and is not visible to the platform hardware or firmware.

A convenient feature of mce-inject is that the input language used to describe MCEs is similar to the format used in Linux panic messages, with a few extensions. In general, you should be able to pipe in any logged MCE panic to simulate that same MCE.

The target kernel must have the CONFIG_X86_MCE_INJECT option enabled and the mce-inject module loaded if it exists.

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.

libbpf 1.5.0
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.

python-libgpiod 2.3.0
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/
Licenses: LGPL 2.1+ GPL 2+ LGPL 3+
Build system: pyproject
Synopsis: Interact with the Linux GPIO character device
Description:

This package provides Python bindings for interacting with GPIO devices that avoids the usage of older system-wide /sys interface.

xfsprogs-static 6.12.0
Dependencies: libinih@57 util-linux@2.40.4 libinih@57 liburcu@0.14.1 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.

ebtables 2.0.11
Dependencies: perl@5.36.0 iptables@1.8.11
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://ebtables.netfilter.org/
Licenses: GPL 2+
Build system: gnu
Synopsis: Ethernet bridge frame table administration
Description:

ebtables is an application program used to set up and maintain the tables of rules (inside the Linux kernel) that inspect Ethernet frames. It is analogous to the iptables application, but less complicated, due to the fact that the Ethernet protocol is much simpler than the IP protocol.

ddcci-driver-linux 0.4.5-0.7f8f8e6
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux
Licenses: GPL 2+
Build system: linux-module
Synopsis: Pair of Linux kernel drivers for DDC/CI monitors
Description:

This package provides two Linux kernel drivers, ddcci and ddcci-backlight, that allows the control of DDC/CI monitors through the sysfs interface. The ddcci module creates a character device for each DDC/CI monitors in /dev/bus/ddcci/[I²C busnumber]. While the ddcci-backlight module allows the control of the backlight level or luminance property when supported under /sys/class/backlight/.

csmith 2.3.0
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/csmith-project/csmith
Licenses: Original BSD
Build system: gnu
Synopsis: Random generator of C programs
Description:

The primary purpose of Csmith is to find compiler bugs with random programs using differential testing.

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.

rng-tools 6.17
Dependencies: libcap@2.64 sysfsutils@2.1.0 openssl@3.0.8
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/nhorman/rng-tools
Licenses: GPL 2 GPL 2+
Build system: gnu
Synopsis: Random number generator daemon
Description:

Monitor a hardware random number generator, and supply entropy from that to the system kernel's /dev/random machinery.

proot 5.4.0
Dependencies: libarchive@3.7.7 talloc@2.4.2
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/proot-me/PRoot
Licenses: GPL 2+
Build system: gnu
Synopsis: Unprivileged chroot, bind mount, and binfmt_misc
Description:

PRoot is a user-space implementation of chroot, mount --bind, and binfmt_misc. This means that users don't need any privileges or setup to do things like using an arbitrary directory as the new root file system, making files accessible somewhere else in the file system hierarchy, or executing programs built for another CPU architecture transparently through QEMU user-mode. Also, developers can use PRoot as a generic process instrumentation engine thanks to its extension mechanism. Technically PRoot relies on ptrace, an unprivileged system-call available in the kernel Linux.

cxi-driver 13.0.0
Propagated dependencies: cassini-headers@12.0.1
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/HewlettPackard/shs-cxi-driver
Licenses: GPL 2+
Build system: copy
Synopsis: Linux driver for the Cassini/Slingshot interconnect
Description:

This is the Linux driver for the Cray/HPE Cassini 1 and 2 high-speed network interconnect (aka. Slingshot), and its Ethernet driver. It includes the uapi/misc/cxi.h C header file for use by user-land software.

Currently the Linux driver itself is missing from this package.

sshfs-fuse 3.7.5
Dependencies: fuse@3.10.5 glib@2.83.3
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/libfuse/sshfs
Licenses: GPL 2+
Build system: meson
Synopsis: Mount remote file systems over SSH
Description:

This is a file system client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: on the server side there's nothing to do; on the client side mounting the file system is as easy as logging into the server with an SSH client.

alsa-ucm-conf 1.2.11
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.alsa-project.org/wiki/Main_Page
Licenses: Modified BSD
Build system: copy
Synopsis: The Advanced Linux Sound Architecture Use Case Manager
Description:

This package contains Advanced Linux Sound Architecture Use Case Manager configuration of audio input/output names and routing for specific audio hardware.

linux-libre 6.12.62
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.

tp-smapi-module 0.44
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/linux-thinkpad/tp_smapi
Licenses: GPL 2+
Build system: linux-module
Synopsis: Linux Kernel module exposing features of ThinkPad hardware
Description:

This package provides a Linux Kernel module that controls battery charging of specific ThinkPad laptops. It also includes an improved version of the HDAPS driver. The underlying hardware interfaces are SMAPI and direct access to the embedded controller.

efibootmgr 18
Dependencies: efivar@39 popt@1.18
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/rhboot/efibootmgr
Licenses: GPL 2+
Build system: gnu
Synopsis: Modify the Extensible Firmware Interface (EFI) boot manager
Description:

efibootmgr is a user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager. This application can create and destroy boot entries, change the boot order, change the next running boot option, and more.

libuev 2.4.0
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://troglobit.com/projects/libuev/
Licenses: Expat
Build system: gnu
Synopsis: Lightweight event loop library for epoll family APIs
Description:

This package provides small event loop that wraps the epoll family of APIs.

lkrg 0.9.7
Dependencies: bash-minimal@5.2.37
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://lkrg.org/
Licenses: GPL 2
Build system: linux-module
Synopsis: Linux Kernel Runtime Guard
Description:

This package performs runtime integrity checking of the Linux kernel and detection of security vulnerability exploits against the kernel.

sysstat 12.7.5
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://sysstat.github.io
Licenses: GPL 2+
Build system: gnu
Synopsis: Performance monitoring tools for Linux
Description:

The sysstat utilities are a collection of performance monitoring tools for Linux. These include mpstat, iostat, tapestat, cifsiostat, pidstat, sar, sadc, sadf and sa.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31087