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

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.


cachefilesd 0.10.10
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://people.redhat.com/~dhowells/cachefs/
Licenses: GPL 2+
Build system: gnu
Synopsis: CacheFiles userspace management daemon
Description:

cachefilesd is a userspace daemon that manages the cache data store that is used by network file systems such as AFS and NFS to cache data locally on disk. The content of the cache is persistent over reboots.

kernel-hardening-checker 0.6.17.1
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/a13xp0p0v/kernel-hardening-checker
Licenses: GPL 3
Build system: pyproject
Synopsis: Tool for checking the security hardening options of the Linux kernel
Description:

kernel-hardening-checker is a tool for checking the security hardening options of the Linux kernel. Provided preferences are based on suggestions from various sources, including:

  • KSPP recommended settings

  • CLIP OS kernel configuration

  • Last public grsecurity patch (options which they disable)

  • SECURITY_LOCKDOWN_LSM patchset

  • Direct feedback from the Linux kernel maintainers

This tool supports checking Kconfig options and kernel cmdline parameters.

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.

cassini-headers 12.0.1
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.

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.

linux-libre-arm64-mnt-reform 6.17.12
Dependencies: reform-debian-packages@2023-07-10-485-g133081d
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.

psmisc 23.7
Dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://gitlab.com/psmisc/psmisc
Licenses: GPL 2+
Build system: gnu
Synopsis: Small utilities that use the proc file system
Description:

psmisc is a set of small utilities that use the proc file system.

  • fuser identifies processes using files or sockets;

  • killall kills processes by name;

  • prtstat prints statistics of a process;

  • pslog prints the log file(s) of a process;

  • pstree shows the currently running processes as a tree;

  • peekfd shows the data travelling over a file descriptor.

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.

modprobed-db 2.48
Dependencies: coreutils@9.1 kmod@29 gawk@5.3.0 glibc@2.41 grep@3.11 sed@4.9
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://wiki.archlinux.org/title/Modprobed-db
Licenses: Expat
Build system: gnu
Synopsis: Keep track of Linux modules that have been probed
Description:

Modprobed-db is a useful utility for users wishing to build a minimal kernel via a make localmodconfig. In a nutshell, this make target creates a config based on the current config and a list of modules you define (that modprobed-db keeps for you). It then disables any module option that is not needed thus not building extraneous modules. This results in a system-specific, streamlined kernel package and footprint as well as reduced compilation times.

Modprobed-db simply logs every module ever probed on the target system to a text-based database ($XDG_CONFIG_HOME/modprobed-db), which can be read directly by make localmodconfig as described above.

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.

usbip-utils 6.17.12
Dependencies: eudev@3.2.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: Utilities for sharing USB devices over IP networks
Description:

The USB/IP protocol enables to pass USB device from a server to a client over the network. The server is a machine which shares an USB device and the client is a machine which uses USB device provided by a server over the network. The USB device may be either physical device connected to a server or software entity created on a server using USB gadget subsystem. The usbip-utils are userspace tools to used to handle connection and management on both side. The client needs the vhci-hcd Linux kernel module and the server needs the usbip_host Linux kernel module.

iptables 1.8.11
Dependencies: libmnl@1.0.5 libnftnl@1.2.8
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: gnu
Synopsis: Programs to configure Linux IP packet filtering rules
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.

irqbalance 1.9.4
Dependencies: glib@2.83.3 ncurses@6.2.20210619 libnl@3.5.0 libcap-ng@0.8.5
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://irqbalance.github.io/irqbalance/
Licenses: GPL 2
Build system: gnu
Synopsis: Daemon used to load balance CPU interrupts
Description:

Irqbalance is a daemon to help balance the CPU load generated by interrupts across all of a systems CPUs. Irqbalance identifies the highest volume interrupt sources, and isolates each of them to a single unique CPU, so that load is spread as much as possible over an entire processor set, while minimizing cache miss rates for irq handlers.

lirc 0.10.2
Dependencies: libx11@1.8.12 libusb-compat@0.1.8 alsa-lib@1.2.11 python@3.11.14
Channel: guix
Location: gnu/packages/lirc.scm (gnu packages lirc)
Home page: https://www.lirc.org/
Licenses: GPL 2+
Build system: gnu
Synopsis: Linux Infrared Remote Control
Description:

LIRC allows computers to send and receive IR signals of many commonly used remote controls. The most important part of LIRC is the lircd daemon that decodes IR signals received by the device drivers. The second daemon program lircmd translates IR signals to mouse movements. The user space applications allow you to control your computer with a remote control: you can send X events to applications, start programs and much more on just one button press.

sbcl-trivial-coverage 0.0.4-0.b409ac3
Dependencies: sbcl-lquery@3.2.1-2.08c9cb6
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://gitlab.com/ediethelm/trivial-coverage
Licenses: Expat
Build system: asdf/sbcl
Synopsis: Print out the code coverage collected
Description:

This package provides a simple Common Lisp library to print out the code coverage collected.

ecl-stefil 0.1-0.0398548
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-iterate@1.5.3 ecl-metabang-bind@0.8.0-2.0819642 ecl-slime-swank@2.31
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://common-lisp.net/project/stefil/index-old.shtml
Licenses: Public Domain
Build system: asdf/ecl
Synopsis: Simple test framework
Description:

Stefil is a simple test framework for Common Lisp, with a focus on interactive development.

clasp-unit-test 0.0.0-1.266afaf
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/hanshuebner/unit-test
Licenses: Unlicense
Build system: asdf/clasp
Synopsis: Unit-testing framework for Common Lisp
Description:

This is a unit-testing framework for Common Lisp.

cl-clunit2 0.7.0-1.dd654e1
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://codeberg.org/cage/clunit2
Licenses: Expat
Build system: asdf/source
Synopsis: Unit testing framework for Common Lisp
Description:

CLUnit2 is a Common Lisp unit testing framework. It is designed to be easy to use so that you can quickly start testing.

cl-confidence 0.0.0-0.5cbc747
Propagated dependencies: cl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/melusina-org/cl-confidence
Licenses: Expat
Build system: asdf/source
Synopsis: Interactive test framework for Common Lisp
Description:

Confidence is a test framework for Common Lisp that focuses on simplicity. It avoids bureaucracy and makes it easy to work interactively, without a complicated setup, and with explicit functions and decisions.

cl-assertion-error 0.1.0-1.8eab692
Propagated dependencies: cl-dissect@1.0.0-2.a70cabc
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/noloop/assertion-error
Licenses: GPL 3
Build system: asdf/source
Synopsis: Error pattern for assertion libraries in Common Lisp
Description:

This package provides a Common Lisp assertion system with minimal dependencies on DISSECT.

ecl-hamcrest 0.4.4
Dependencies: ecl-iterate@1.5.3 ecl-split-sequence@2.0.1 ecl-cl-ppcre@2.1.1 ecl-alexandria@1.4-0.009b7e5 ecl-rove@0.10.0-1.6a5dfcd ecl-prove@1.0.0-2.5d71f02
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://40ants.com/cl-hamcrest/
Licenses: Modified BSD
Build system: asdf/ecl
Synopsis: Make CL unit tests more readable
Description:

cl-hamcrest is an implementation of the Hamcrest idea in Common Lisp. It simplifies unit tests and makes them more readable. Hamcrest uses the idea of pattern-matching, to construct matchers from different pieces and to apply them to the data.

ecl-trivial-coverage 0.0.4-0.b409ac3
Dependencies: ecl-lquery@3.2.1-2.08c9cb6
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://gitlab.com/ediethelm/trivial-coverage
Licenses: Expat
Build system: asdf/ecl
Synopsis: Print out the code coverage collected
Description:

This package provides a simple Common Lisp library to print out the code coverage collected.

sbcl-eos 0.0.0-2.b4413bc
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/adlai/Eos
Licenses: Expat
Build system: asdf/sbcl
Synopsis: Unit Testing for Common Lisp
Description:

Eos was a unit testing library for Common Lisp. It began as a fork of FiveAM; however, FiveAM development has continued, while that of Eos has not. Thus, Eos is now deprecated in favor of FiveAM.

ecl-lisp-unit 0.0.0-1.89653a2
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/OdonataResearchLLC/lisp-unit
Licenses: Expat
Build system: asdf/ecl
Synopsis: Common Lisp Test framework inspired by JUnit to be simple of use
Description:

lisp-unit is a Common Lisp library that supports unit testing. It is an extension of the library written by Chris Riesbeck.

Total packages: 69252