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

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.


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.

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

libnvme 1.5
Propagated dependencies: dbus@1.15.8 json-c@0.18 openssl@3.0.8
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/linux-nvme/libnvme
Licenses: LGPL 2.1+
Build system: meson
Synopsis: C Library for NVM Express on Linux
Description:

libnvme provides type definitions for NVMe specification structures, enumerations, and bit fields, helper functions to construct, dispatch, and decode commands and payloads, and utilities to connect, scan, and manage nvme devices on a Linux system.

linux-libre-headers 6.12.17
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.

rfkill 0.5
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://wireless.wiki.kernel.org/en/users/Documentation/rfkill
Licenses: non-copyleft
Build system: gnu
Synopsis: Tool for enabling and disabling wireless devices
Description:

rfkill is a simple tool for accessing the rfkill device interface, which is used to enable and disable wireless networking devices, typically WLAN, Bluetooth and mobile broadband.

libfabric 1.22.0
Dependencies: rdma-core@60.0 libnl@3.5.0 psm@3.3.20170428 psm2@12.0 libcxi@13.0.0 curl@8.6.0 json-c@0.18 cxi-driver@1.0.0-0.5f0ec0e
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.

iproute2 6.4.0
Dependencies: bdb@6.2.32 iptables@1.8.11 libmnl@1.0.5
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://wiki.linuxfoundation.org/networking/iproute2
Licenses: GPL 2+
Build system: gnu
Synopsis: Utilities for controlling TCP/IP networking and traffic in Linux
Description:

Iproute2 is a collection of utilities for controlling TCP/IP networking and traffic with the Linux kernel. The most important of these are ip, which configures IPv4 and IPv6, and tc for traffic control.

Most network configuration manuals still refer to ifconfig and route as the primary network configuration tools, but ifconfig is known to behave inadequately in modern network environments, and both should be deprecated.

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.

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

Headers of the Linux-Libre kernel.

dwarves 1.29
Dependencies: libbpf@1.5.0
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/acmel/dwarves
Licenses: GPL 2+
Build system: cmake
Synopsis: Debugging information processing library and utilities
Description:

Dwarves is a set of tools that use the debugging information inserted in ELF binaries by compilers such as GCC, used by well known debuggers such as GDB.

Utilities in the Dwarves suite include pahole, that can be used to find alignment holes in structures and classes in languages such as C, C++, but not limited to these. These tools can also be used to encode and read the BTF type information format used with the kernel Linux bpf syscall.

The codiff command can be used to compare the effects changes in source code generate on the resulting binaries.

The pfunct command can be used to find all sorts of information about functions, inlines, decisions made by the compiler about inlining, etc.

The pahole command can be used to use all this type information to pretty print raw data according to command line directions.

Headers can have its data format described from debugging info and offsets from it can be used to further format a number of records.

Finally, the btfdiff command can be used to compare the output of pahole from BTF and DWARF, to make sure they produce the same results.

libtraceevent 1.7.3
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/
Licenses: GPL 2 LGPL 2.1
Build system: gnu
Synopsis: Linux kernel trace event library
Description:

This library parses raw Linux kernel trace event formats.

ipvsadm 1.31
Dependencies: libnl@3.5.0 popt@1.18
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: http://www.linuxvirtualserver.org/software/ipvs.html
Licenses: GPL 2+
Build system: gnu
Synopsis: IP virtual server administration utility
Description:

ipvsadm(8) is used to set up, maintain or inspect the virtual server table in the Linux kernel. The Linux Virtual Server can be used to build scalable network services based on a cluster of two or more nodes.

xfsprogs 5.9.0
Dependencies: libinih@57 liburcu@0.14.1 util-linux@2.40.4 python-wrapper@3.11.14
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.

python-smbus 4.3
Dependencies: i2c-tools@4.3
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: http://jdelvare.nerim.net/devel.html#i2ctools
Licenses: GPL 2+
Build system: pyproject
Synopsis: I2C/SMBus access for Python
Description:

This package provides a Python library to access I2C and SMBus devices on Linux.

util-linux 2.40.4
Dependencies: file@5.46 ncurses@6.2.20210619 sqlite@3.39.3 zlib@1.3.1
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.kernel.org/pub/linux/utils/util-linux/
Licenses: GPL 3+ GPL 2+ GPL 2 LGPL 2.0+ Original BSD Public Domain
Build system: gnu
Synopsis: Collection of utilities for the Linux kernel
Description:

Util-linux is a diverse collection of Linux kernel utilities. It provides dmesg and includes tools for working with file systems, block devices, UUIDs, TTYs, and many other tools.

rasdaemon 0.8.3
Dependencies: bash-minimal@5.2.37 libtraceevent@1.7.3 perl@5.36.0 perl-dbd-sqlite@1.66 sqlite@3.39.3 dmidecode@3.6 kmod@29
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/mchehab/rasdaemon
Licenses: GPL 2
Build system: gnu
Synopsis: Platform Reliability, Availability, and Serviceability tools
Description:

The rasdaemon daemon monitors platform RAS reports from Linux kernel trace events. These trace events are logged in /sys/kernel/debug/tracing and reported through standard log mechanisms like syslog.

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.

libgpiod 2.2.2
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: gnu
Synopsis: Interact with the Linux GPIO character device
Description:

This package provides a C library with C++ bindings and command-line tools for interacting with GPIO devices that avoids the usage of older system-wide /sys interface.

wireless-regdb 2023.05.03
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb
Licenses: ISC
Build system: gnu
Synopsis: Wireless regulatory database
Description:

This package contains the wireless regulatory database for the CRDA. The database contains information on country-specific regulations for the wireless spectrum.

libite 2.5.2
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://troglobit.com/projects/libite/
Licenses: Expat
Build system: gnu
Synopsis: Library providing missing pieces in GNU libc
Description:

This package provides many of the missing pieces in GNU libc. Most notably the string functions: strlcpy(3), strlcat(3) and the *BSD sys/queue.h and sys/tree.h API's.

bin-graph 1.2.0
Dependencies: libpng@1.6.39
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/8dcc/bin-graph
Licenses: GPL 3
Build system: gnu
Synopsis: Visualize binary files
Description:

bin-graph provides a simple way of visualizing the different regions of a binary file.

fakeroot 1.37.1.2
Dependencies: acl@2.3.1 libcap@2.64 util-linux@2.40.4 sed@4.9 coreutils@9.1
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: http://freshmeat.sourceforge.net/projects/fakeroot
Licenses: GPL 3+
Build system: gnu
Synopsis: Run commands in an environment with fake root privileges
Description:

fakeroot runs a command in an environment where it appears to have root privileges for file manipulation. This is useful for allowing users to create archives (tar, ar, deb, etc.) with files in them with root permissions and/or ownership.

Without fakeroot, one would have to have root privileges to create the constituent files of the archives with the correct permissions and ownership, and then pack them up, or one would have to construct the archives directly, without using the archiver.

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

x86-energy-perf-policy 6.17.12
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.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091