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

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.


linux-dummy 0.0.0
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page:
Licenses:
Synopsis: Dummy Linux kernel for @command{guix system container}
Description:
ntfs-3g-static 2022.10.3
Dependencies: util-linux@2.40.4 fuse@2.9.9
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.tuxera.com/community/open-source-ntfs-3g/
Licenses: GPL 2+
Synopsis: Read-write access to NTFS file systems
Description:

NTFS-3G provides read-write access to NTFS file systems, which are commonly found on Microsoft Windows. It is implemented as a FUSE file system. The package provides additional NTFS tools.

sysstat 12.7.5
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://sysstat.github.io
Licenses: GPL 2+
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.

module-init-tools 3.16
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.kernel.org/pub/linux/utils/kernel/module-init-tools/
Licenses: GPL 2+
Synopsis: Tools for loading and managing Linux kernel modules
Description:

Tools for loading and managing Linux kernel modules, such as modprobe, insmod, lsmod, and more.

linux-libre 6.17.5
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.gnu.org/software/linux-libre/
Licenses: GPL 2
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+
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.

libtree 3.1.1
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/haampie/libtree
Licenses: Expat
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.

iotop 1.30
Dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/Tomas-M/iotop
Licenses: GPL 2+
Synopsis: Interactive @command{top}-like input/output activity monitor
Description:

iotop identifies which processes and threads are most responsible for I/O activity such as disc reads and writes. It sorts them in a live, interactive table overview similar to that of the well-known top.

This information makes it much easier for an administrator to see which tasks are blocking others and adjust their priority (using ionice) or stop or kill them altogether.

ryzen-smu 0.1.5
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://gitlab.com/leogx9r/ryzen_smu
Licenses: GPL 2
Synopsis: System Management Unit driver for AMD Ryzen processors
Description:

This package provides a way to access the System Management Unit for certain AMD Ryzen processors. This includes access to the System Management Network.

bolt 0.9.10
Dependencies: eudev@3.2.14 dbus@1.15.8 polkit@121
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://gitlab.freedesktop.org/bolt/bolt
Licenses: GPL 2+
Synopsis: Thunderbolt 3 device manager
Description:

This package provides boltd, a userspace daemon for Thunderbolt devices, and boltctl, a command-line utility for managing those devices.

The daemon boltd exposes devices via D-Bus to clients. It also stores a database of previously authorized devices and will, depending on the policy set for the individual devices, automatically authorize newly connected devices without user interaction.

The command-line utility boltctl manages Thunderbolt devices via boltd. It can list devices, monitor changes, and initiate authorization of devices.

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
Synopsis: Linux kernel trace event library
Description:

This library parses raw Linux kernel trace event formats.

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

linux-libre 6.16.12
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.gnu.org/software/linux-libre/
Licenses: GPL 2
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.

ell 0.79
Dependencies: dbus@1.15.8
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://01.org/ell
Licenses: LGPL 2.1+
Synopsis: Embedded Linux Library
Description:

The Embedded Linux* Library (ELL) provides core, low-level functionality for system daemons. It typically has no dependencies other than the Linux kernel, C standard library, and libdl (for dynamic linking). While ELL is designed to be efficient and compact enough for use on embedded Linux platforms, it is not limited to resource-constrained systems.

ecryptfs-utils 111
Dependencies: coreutils@9.1 cryptsetup-minimal@2.8.0 findutils@4.10.0 gawk@5.3.0 grep@3.11 keyutils@1.6.3 linux-pam@1.5.2 lsof@4.99.3 lvm2@2.03.22 nss@3.101.4 rsync@3.4.1 sed@4.9 util-linux@2.40.4 which@2.21
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://ecryptfs.org/
Licenses: GPL 2+
Synopsis: Cryptographic file system utilities
Description:

eCryptfs is a POSIX-compliant stacked cryptographic file system for Linux. Each file's cryptographic meta-data is stored inside the file itself, along with the encrypted contents. This allows individual encrypted files to be copied between hosts and still be decrypted with the proper key. eCryptfs is a native Linux file system, and has been part of the Linux kernel since version 2.6.19. This package contains the userland utilities to manage it.

iucode-tool 2.3.1
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://gitlab.com/iucode-tool/iucode-tool/wikis/home
Licenses: GPL 2+
Synopsis: Manipulate Intel microcode bundles
Description:

iucode_tool is a utility to work with microcode packages for Intel processors. It can convert between formats, extract specific versions, create a firmware image suitable for the Linux kernel, and more.

libinih 57
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/benhoyt/inih
Licenses: Modified BSD
Synopsis: Simple .INI parser library for C
Description:

The inih (INI Not Invented Here) library is a simple .INI file parser written in C. It's only a couple of pages of code, and it was designed to be small and simple, so it's good for embedded systems. It's also more or less compatible with Python's ConfigParser style of .INI files, including RFC 822-style multi-line syntax and name: value entries.

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+
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.

interception-tools 0.6.8
Dependencies: boost@1.83.0 libevdev@1.13.3 eudev@3.2.14 yaml-cpp@0.8.0-0.2f86d13
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://gitlab.com/interception/linux/tools
Licenses: GPL 3+
Synopsis: Utilities for operating on input events of evdev devices
Description:

Interception Tools provides a composable infrastructure on top of libudev and libevdev. The following utilities are provided:

  • udevmon --- monitor input devices for launching tasks

  • intercept --- redirect device input events to stdout

  • uinput --- redirect device input events from stding to virtual device

  • mux --- mux streams of input events

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

libraw1394 2.1.2
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://ieee1394.wiki.kernel.org/index.php/Main_Page
Licenses: LGPL 2.1+
Synopsis: Interface library for the Linux IEEE1394 drivers
Description:

Libraw1394 is the only supported interface to the kernel side raw1394 of the Linux IEEE-1394 subsystem, which provides direct access to the connected 1394 buses to user space. Through libraw1394/raw1394, applications can directly send to and receive from other nodes without requiring a kernel driver for the protocol in question.

libmnl 1.0.5
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.netfilter.org/projects/libmnl/
Licenses: LGPL 2.1+
Synopsis: Netlink utility library
Description:

Libmnl is a minimalistic user-space library oriented to Netlink developers. There are a lot of common tasks in parsing, validating, constructing of both the Netlink header and TLVs that are repetitive and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel.

libnfnetlink 1.0.2
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.netfilter.org/projects/libnfnetlink/
Licenses: GPL 2
Synopsis: Low-level netfilter netlink communication library
Description:

libnfnetlink is the low-level library for netfilter related kernel/userspace communication. It provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace.

linux-libre-arm64-mnt-reform 6.16.12
Dependencies: reform-debian-packages@2023-07-10-443-gd7741e1
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.gnu.org/software/linux-libre/
Licenses: GPL 2
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.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878
Total results: 45058