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

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.


pam-mount 2.20
Dependencies: cryptsetup-minimal@2.8.4 argon2@20190702 json-c@0.18 libgcrypt@1.11.0 lvm2@2.03.22 util-linux@2.40.4 libhx@4.9 libxml2@2.14.6 linux-pam@1.5.2 openssl@3.5.5 pcre2@10.42 util-linux@2.40.4 eudev@3.2.14
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://inai.de/projects/pam_mount/
Licenses: GPL 2+ LGPL 2.1+
Build system: gnu
Synopsis: PAM module to mount volumes for a user session
Description:

Pam-mount is a PAM module to mount volumes when a user logs in. It can mount all local file systems supported by mount, as well as LUKS volumes encrypted with the user's log-in password.

hungrycat 0.4.2
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://jwilk.net/software/hungrycat
Licenses: Expat
Build system: gnu
Synopsis: Single tool that combines @command{cat} & @command{rm}
Description:

hungrycat prints the contents of a file to standard output, while simultaneously freeing the disk space it occupied. It is useful if you need to process a large file, don't have enough space to store both the input and output files, and don't need the input file afterwards. While similar in principle to running cat immediately followed by rm, hungrycat actually frees blocks as soon as they are printed instead of after the entire file has been read, which is often too late.

aide 0.19.3
Dependencies: acl@2.3.1 attr@2.5.1 libgcrypt@1.11.0 libgpg-error@1.51 libselinux@3.4 nettle@3.10.2 pcre2@10.42 zlib@1.3.1 zlib@1.3.1
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://aide.github.io/
Licenses: GPL 2+
Build system: gnu
Synopsis: File and directory integrity checker
Description:

AIDE (Advanced Intrusion Detection Environment) is a file and directory integrity checker. It creates a database from the regular expression rules that it finds from its configuration files. Once this database is initialized it can be used to verify the integrity of the files. It has several message digest algorithms that are used to check the integrity of files. All of the usual file attributes can be checked for inconsistencies.

bashtop 0.9.25
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/aristocratos/bashtop
Licenses: ASL 2.0
Build system: gnu
Synopsis: Linux/OSX/FreeBSD resource monitor
Description:

Resource monitor that shows usage and stats for processor, memory, disks, network and processes.

fdupes 2.4.0
Dependencies: ncurses@6.2.20210619 pcre2@10.42 sqlite@3.39.3
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/adrianlopezroche/fdupes
Licenses: Expat
Build system: gnu
Synopsis: Identify duplicate files
Description:

fdupes is a program for identifying duplicate files residing within specified directories.

pscircle 1.4.0
Dependencies: cairo@1.18.4 libpng@1.6.39 libx11@1.8.12
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://gitlab.com/mildlyparallel/pscircle
Licenses: GPL 2+
Build system: meson
Synopsis: Visualize Linux processes in a form of radial tree
Description:

pscircle visualizes Linux processes in the form of a radial tree.

daemontools 0.76
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://cr.yp.to/daemontools.html
Licenses: Public Domain
Build system: gnu
Synopsis: Tools for managing UNIX style services
Description:

daemontools is a collection of tools for managing UNIX services.

atop 2.12.1
Dependencies: glib@2.86.0 ncurses@6.2.20210619 python-wrapper@3.12.12 zlib@1.3.1
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://www.atoptool.nl/
Licenses: GPL 2+
Build system: gnu
Synopsis: Linux performance monitoring console
Description:

Atop is an ASCII full-screen performance monitor for Linux that is capable of reporting the activity of all processes (even processes have finished during the monitoring interval), daily logging of system and process activity for long-term analysis, highlighting overloaded system resources by using colors, etc. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks (including LVM) and network layers, and for every process (and thread) it shows e.g. the CPU utilization, memory growth, disk utilization, priority, username, state, and exit code.

dstat 0.7.4
Dependencies: bash-minimal@5.2.37 python-wrapper@3.12.12 python-six@1.17.0
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: http://dag.wiee.rs/home-made/dstat/
Licenses: GPL 2+
Build system: gnu
Synopsis: Versatile resource statistics tool
Description:

Dstat is a versatile replacement for vmstat, iostat, netstat, and ifstat. Dstat overcomes some of their limitations and adds some extra features, more counters and flexibility. Dstat is handy for monitoring systems during performance tuning tests, benchmarks or troubleshooting.

Dstat allows you to view all of your system resources in real-time, you can, e.g., compare disk utilization in combination with interrupts from your IDE controller, or compare the network bandwidth numbers directly with the disk throughput (in the same interval).

ufetch 0.4
Dependencies: bash@5.2.37 ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://gitlab.com/jschx/ufetch
Licenses: Expat
Build system: trivial
Synopsis: Tiny system info
Description:

This package provides a tiny system info utility.

zzz 20250212
Dependencies: grep@3.11 util-linux@2.40.4
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/void-linux/void-runit
Licenses: CC0
Build system: copy
Synopsis: Simple script to suspend or hibernate your computer
Description:

Simple script to suspend or hibernate your computer. It supports hooks before and after suspending.

sipcalc 1.1.6
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://www.routemeister.net/projects/sipcalc/
Licenses: Modified BSD
Build system: gnu
Synopsis: Command-line IP subnet calculator
Description:

Sipcalc is an advanced command-line IP subnet calculator. It can take multiple forms of input (IPv4/IPv6/interface/hostname) and output a multitude of information about a given subnet.

Features include:

  • IPv4

    • Retrieving of address information from interfaces.

    • Classfull and CIDR output.

    • Multiple address and netmask input and output formats (dotted quad, hex, number of bits).

    • Output of broadcast address, network class, Cisco wildcard, hosts/range, network range.

    • The ability to split a network based on a smaller netmask, now also with recursive runs on the generated subnets. (also IPv6)

  • IPv6

    • Compressed and expanded input and output addresses.

    • Standard IPv6 network output.

    • v4 in v6 output.

    • Reverse DNS address generation.

rdfind 1.8.0
Dependencies: nettle@3.10.2
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://rdfind.pauldreik.se
Licenses: GPL 2+
Build system: gnu
Synopsis: Find duplicate files
Description:

Rdfind is a command line tool that finds duplicate files based on their content instead of their file names. It is useful for compressing backup directories or just finding duplicate files.

lsofgraph 0.0.1-1.1d414bd
Dependencies: lua@5.3.5
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/zevv/lsofgraph
Licenses: FreeBSD
Build system: trivial
Synopsis: Convert @code{lsof} output to @code{graphviz}
Description:

Utility to convert lsof output to a graph showing FIFO and UNIX interprocess communication.

netcat 0.7.1
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://netcat.sourceforge.net
Licenses: GPL 2+
Build system: gnu
Synopsis: Read and write data over TCP/IP
Description:

Netcat is a featured networking utility which reads and writes data across network connections, using the TCP/IP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.

agda-ial 1.5.0-1.ded30c4
Channel: guix
Location: gnu/packages/agda.scm (gnu packages agda)
Home page: https://github.com/cedille/ial
Licenses: Expat
Build system: agda
Synopsis: The Iowa Agda Library
Description:

The goal is to provide a concrete library focused on verification examples, as opposed to mathematics. The library has a good number of theorems for booleans, natural numbers, and lists. It also has trees, tries, vectors, and rudimentary IO. A number of good ideas come from Agda's standard library.

agda-stdlib 2.3
Channel: guix
Location: gnu/packages/agda.scm (gnu packages agda)
Home page: https://wiki.portal.chalmers.se/agda/pmwiki.php
Licenses: Expat
Build system: agda
Synopsis: The Agda Standard Library
Description:

The standard library aims to contain all the tools needed to write both programs and proofs easily. While we always try and write efficient code, we prioritize ease of proof over type-checking and normalization performance. If computational performance is important to you, then perhaps try agda-prelude instead.

emacs-agda2-mode 2.7.0.1
Channel: guix
Location: gnu/packages/agda.scm (gnu packages agda)
Home page: https://agda.readthedocs.io/en/latest/tools/emacs-mode.html
Licenses: Expat Modified BSD
Build system: emacs
Synopsis: Emacs mode for Agda
Description:

This Emacs mode enables interactive development with Agda. It also aids the input of Unicode characters.

agda 2.7.0.1
Dependencies: ghc-aeson@2.2.3.0 ghc-alex@3.5.4.0 ghc-ansi-terminal@1.1.3 ghc-async@2.2.5 ghc-blaze-html@0.9.2.0 ghc-boxes@0.1.5 ghc-case-insensitive@1.2.1.0 ghc-data-hash@0.2.0.1 ghc-edit-distance@0.2.2.1 ghc-equivalence@0.4.1.1 ghc-gitrev@1.3.1 ghc-happy@2.1.7 ghc-hashable@1.5.0.0 ghc-hashtables@1.4.2 ghc-monad-control@1.0.3.1 ghc-murmur-hash@0.1.0.11 ghc-parallel@3.2.2.0 ghc-peano@0.1.0.1 ghc-pqueue@1.5.0.0 ghc-regex-tdfa@1.3.2.4 ghc-split@0.2.5 ghc-strict@0.5.1 ghc-text-icu@0.8.0.5 ghc-unordered-containers@0.2.20 ghc-uri-encode@1.5.0.7 ghc-vector-hashtables@0.1.2.1 ghc-zlib@0.7.1.0
Channel: guix
Location: gnu/packages/agda.scm (gnu packages agda)
Home page: https://wiki.portal.chalmers.se/agda/
Licenses: Expat Modified BSD
Build system: haskell
Synopsis: Dependently typed functional programming language and proof assistant
Description:

Agda is a dependently typed functional programming language: it has inductive families, which are similar to Haskell's GADTs, but they can be indexed by values and not just types. It also has parameterised modules, mixfix operators, Unicode characters, and an interactive Emacs interface (the type checker can assist in the development of your code). Agda is also a proof assistant: it is an interactive system for writing and checking proofs. Agda is based on intuitionistic type theory, a foundational system for constructive mathematics developed by the Swedish logician Per Martin-Löf. It has many similarities with other proof assistants based on dependent types, such as Coq, Epigram and NuPRL.

agda-cubical 0.7
Channel: guix
Location: gnu/packages/agda.scm (gnu packages agda)
Home page: https://github.com/agda/cubical
Licenses: Expat
Build system: agda
Synopsis: Standard library for Cubical Agda
Description:

A standard library for Cubical Agda, comparable to agda-stdlib but using cubical methods.

agda-categories 0.2.0
Propagated dependencies: agda-stdlib@2.3
Channel: guix
Location: gnu/packages/agda.scm (gnu packages agda)
Home page: https://github.com/agda/agda-categories
Licenses: Expat
Build system: agda
Synopsis: New Categories library for Agda
Description:

A new Categories library for Agda

agda-1lab 0.0-3.afcf848
Channel: guix
Location: gnu/packages/agda.scm (gnu packages agda)
Home page: https://1lab.dev
Licenses: AGPL 3
Build system: agda
Synopsis: Reference resource for mathematics done in Homotopy Type Theory
Description:

A formalised, cross-linked reference resource for mathematics done in Homotopy Type Theory. Unlike the HoTT book, the 1lab is not a “linear” resource: Concepts are presented as a directed graph, with links indicating dependencies.

python-zbarlight 4.0
Dependencies: zbar@0.23.93
Propagated dependencies: python-pillow@12.1.1
Channel: guix
Location: gnu/packages/aidc.scm (gnu packages aidc)
Home page: https://github.com/Polyconseil/zbarlight
Licenses: Modified BSD
Build system: pyproject
Synopsis: Simple Python wrapper for the zbar barcode library
Description:

Zbarlight is a simple wrapper for the zbar library. It can read all zbar supported codes.

libdmtx 0.7.7
Channel: guix
Location: gnu/packages/aidc.scm (gnu packages aidc)
Home page: https://github.com/dmtx
Licenses: Modified BSD
Build system: gnu
Synopsis: Library for reading and writing Data Matrix 2D barcodes
Description:

libdmtx is software for reading and writing Data Matrix 2D barcodes of the modern ECC200 variety. libdmtx is a shared library, allowing C/C++ programs to use its capabilities without restrictions or overhead.

Total packages: 72693