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

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.


ncompress 5.0
Channel: guix
Location: gnu/packages/compression.scm (gnu packages compression)
Home page: https://github.com/vapier/ncompress/
Licenses: GPL 2+
Build system: gnu
Synopsis: Original Lempel-Ziv compress/uncompress programs
Description:

(N)compress provides the original compress and uncompress programs that used to be the de facto UNIX standard for compressing and uncompressing files. These programs implement a fast, simple Lempel-Ziv (LZW) file compression algorithm.

pigz 2.8
Dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/compression.scm (gnu packages compression)
Home page: https://zlib.net/pigz/
Licenses: ASL 2.0
Build system: gnu
Synopsis: Parallel implementation of gzip
Description:

This package provides a parallel implementation of gzip that exploits multiple processors and multiple cores when compressing data.

gzip 1.14
Channel: guix
Location: gnu/packages/compression.scm (gnu packages compression)
Home page: https://www.gnu.org/software/gzip/
Licenses: GPL 3+
Build system: gnu
Synopsis: General file (de)compression (using lzw)
Description:

GNU Gzip provides data compression and decompression utilities; the typical extension is ".gz". Unlike the "zip" format, it compresses a single file; as a result, it is often used in conjunction with "tar", resulting in ".tar.gz" or ".tgz", etc.

pzstd 1.5.7
Channel: guix
Location: gnu/packages/compression.scm (gnu packages compression)
Home page: https://facebook.github.io/zstd/
Licenses: Modified BSD FreeBSD GPL 2 GPL 3+ Expat Public Domain Zlib
Build system: gnu
Synopsis: Threaded implementation of the Zstandard compression algorithm
Description:

Parallel Zstandard (PZstandard or pzstd) is a multi-threaded implementation of the Zstandard compression algorithm. It is fully compatible with the original Zstandard file format and command-line interface, and can be used as a drop-in replacement.

Compression is distributed over multiple processor cores to improve performance, as is the decompression of data compressed in this manner. Data compressed by other implementations will only be decompressed by two threads: one performing the actual decompression, the other input and output.

tarsplitter 2.2.0
Channel: guix
Location: gnu/packages/compression.scm (gnu packages compression)
Home page: https://github.com/AQUAOSOTech/tarsplitter
Licenses: Expat
Build system: go
Synopsis: Multithreaded tar utility
Description:

Archive huge numbers of files, or split massive tar archives into smaller chunks.

ziptime 0.0.0-0.2a5bc9d
Channel: guix
Location: gnu/packages/compression.scm (gnu packages compression)
Home page: https://android.googlesource.com/platform/build/+/master/tools/ziptime/README.txt
Licenses: ASL 2.0
Build system: gnu
Synopsis: Normalize @file{.zip} archive header timestamps
Description:

Ziptime helps make .zip archives reproducible by replacing timestamps in the file header with a fixed time (1 January 2008).

``Extra fields'' are not changed, so you'll need to use the -X option to zip to prevent it from storing the ``universal time'' field.

isa-l 2.31.1
Channel: guix
Location: gnu/packages/compression.scm (gnu packages compression)
Home page: https://github.com/intel/isa-l
Licenses: Modified BSD
Build system: gnu
Synopsis: Intelligent storage acceleration library
Description:

ISA-L is a collection of optimized low-level functions targeting storage applications. ISA-L includes:

  • Erasure codes: fast block Reed-Solomon type erasure codes for any encode/decode matrix;

  • CRC: fast implementations of cyclic redundancy check. Six different polynomials supported: iscsi32, ieee32, t10dif, ecma64, iso64, jones64;

  • Raid: calculate and operate on XOR and P+Q parity found in common RAID implementations;

  • Compression: fast deflate-compatible data compression;

  • De-compression: fast inflate-compatible data compression;

  • igzip: command line application like gzip, accelerated with ISA-L.

libjcat 0.1.14
Dependencies: glib@2.86.0 gnupg@2.4.8 gnutls@3.8.9 gpgme@1.24.1 json-glib@1.10.0 vala@0.56.18
Channel: guix
Location: gnu/packages/compression.scm (gnu packages compression)
Home page: https://github.com/hughsie/libjcat
Licenses: LGPL 2.1+
Build system: meson
Synopsis: Library for reading and writing Jcat files
Description:

This library allows reading and writing gzip-compressed JSON catalog files, which can be used to store GPG, PKCS-7 and SHA-256 checksums for each file.

compton 0.1beta2
Dependencies: dbus@1.16.2 libconfig@1.7.3 libx11@1.8.12 libxcomposite@0.4.6 libxdamage@1.1.6 libxext@1.3.6 libxfixes@6.0.1 libxinerama@1.1.5 libxrandr@1.5.4 libxrender@0.9.12 mesa@26.0.2 xprop@1.2.8 xwininfo@1.1.6
Channel: guix
Location: gnu/packages/compton.scm (gnu packages compton)
Home page: https://github.com/chjj/compton
Licenses: Expat
Build system: gnu
Synopsis: Compositor for X11
Description:

Compton is a compositor for the Xorg display server and a for of xcompmgr-dana, which implements some changes like:

  • OpenGL backend (--backend glx), in addition to the old X Render backend.

  • Inactive window transparency (-i) and dimming (--inactive-dim).

  • Menu transparency (-m, thanks to Dana).

  • Shadows are now enabled for argb windows, e.g terminals with transparency

  • Removed serverside shadows (and simple compositing) to clean the code, the only option that remains is clientside shadows.

  • Configuration files (see the man page for more details).

  • Colored shadows (--shadow-[red/green/blue]).

  • A new fade system.

  • VSync support (not always working).

  • Blur of background of transparent windows, window color inversion (bad in performance).

  • Some more options...

picom 13
Dependencies: dbus@1.16.2 libconfig@1.7.3 libepoxy@1.5.10 libev@4.33 libx11@1.8.12 libxext@1.3.6 mesa@26.0.2 pcre2@10.42 pixman@0.46.4 uthash@2.1.0 xcb-util@0.4.1 xcb-util-renderutil@0.3.10 xcb-util-image@0.4.1 xprop@1.2.8
Channel: guix
Location: gnu/packages/compton.scm (gnu packages compton)
Home page: https://picom.app/
Licenses: Expat MPL 2.0
Build system: meson
Synopsis: Compositor for X11, forked from Compton
Description:

Picom is a standalone compositor for Xorg, suitable for use with window managers that do not provide compositing.

Picom is a fork of compton, which is a fork of xcompmgr-dana, which in turn is a fork of xcompmgr.

gem5 25.1
Dependencies: capstone@5.0.1 gperftools@2.11 hdf5@1.14.6 libpng@1.6.39 protobuf@3.21.9 pybind11@2.13.6 python@3.12.12 python-ply@3.11 python-pydot@4.0.1 zlib@1.3.1
Channel: guix
Location: gnu/packages/computer-architecture.scm (gnu packages computer-architecture)
Home page: http://gem5.org/
Licenses: Modified BSD
Build system: scons
Synopsis: Modular platform for computer-system architecture research
Description:

The gem5 simulator is a modular platform for computer-system architecture research, encompassing system-level architecture as well as processor microarchitecture.

ripes 2.2.6-0.720066f
Dependencies: qtsvg@6.9.2 qtcharts@6.9.2
Channel: guix
Location: gnu/packages/computer-architecture.scm (gnu packages computer-architecture)
Home page: https://github.com/mortbopet/Ripes/
Licenses: Expat
Build system: qt
Synopsis: Visual computer architecture editor for RISCV
Description:

Ripes is a visual computer architecture simulator and assembly code editor built for the RISCV instruction set architecture.

chezmoi 2.1.0
Channel: guix
Location: gnu/packages/configuration-management.scm (gnu packages configuration-management)
Home page: https://www.chezmoi.io/
Licenses: Expat
Build system: go
Synopsis: Personal configuration files manager
Description:

This package helps to manage personal configuration files across multiple machines.

bundlewrap 5.0.2
Dependencies: python-bcrypt@3.2.2 python-cryptography@44.0.0 python-jinja2@3.1.2 python-librouteros@4.0.0 python-mako@1.3.10 python-pyyaml@6.0.2 python-requests@2.32.5 python-tomlkit@0.13.3
Channel: guix
Location: gnu/packages/configuration-management.scm (gnu packages configuration-management)
Home page: https://bundlewrap.org
Licenses: GPL 3
Build system: pyproject
Synopsis: Config management with Python
Description:

BundleWrap is a decentralized configuration management system that is designed to be powerful, easy to extend and extremely versatile.

By allowing for easy and low-overhead config management, BundleWrap fills the gap between complex deployments using Chef or Puppet and old school system administration over SSH. While most other config management systems rely on a client-server architecture, BundleWrap works off a repository cloned to local machine. It then automates the process of SSHing into servers and making sure everything is configured the way it's supposed to be.

konsave 2.3.0
Dependencies: python-pyyaml@6.0.2
Channel: guix
Location: gnu/packages/configuration-management.scm (gnu packages configuration-management)
Home page: https://github.com/prayag2/konsave
Licenses: GPL 3
Build system: pyproject
Synopsis: Dotfiles manager
Description:

Konsave is CLI that lets you backup your dotfiles and switch to other ones. Features:

  • storing configurations in profiles

  • exporting profiles to '.knsv' files

  • import profiles from '.knsv' files

  • official support for KDE Plasma

rcm 1.3.6
Channel: guix
Location: gnu/packages/configuration-management.scm (gnu packages configuration-management)
Home page: https://github.com/thoughtbot/rcm
Licenses: Modified BSD
Build system: gnu
Synopsis: Management suite for dotfiles
Description:

The rcm suite of tools is for managing dotfiles directories. This is a directory containing all the .*rc files in your home directory (.zshrc, .vimrc, and so on). These files have gone by many names in history, such as “rc files” because they typically end in rc or “dotfiles” because they begin with a period. This suite is useful for committing your rc files to a central repository to share, but it also scales to a more complex situation such as multiple source directories shared between computers with some host-specific or task-specific files.

econnman 1.1
Dependencies: bash-minimal@5.2.37 efl@1.26.3 python-wrapper@3.12.12 python-dbus@1.2.18 python-efl@1.26.1
Channel: guix
Location: gnu/packages/connman.scm (gnu packages connman)
Home page: https://www.enlightenment.org
Licenses: LGPL 3
Build system: gnu
Synopsis: Connman User Interface written using the EFL
Description:

An EFL user interface for the connman connection manager.

cmst 2020.11.01
Dependencies: qtbase@5.15.17
Channel: guix
Location: gnu/packages/connman.scm (gnu packages connman)
Home page: https://github.com/andrew-bibb/cmst
Licenses: X11
Build system: gnu
Synopsis: Qt frontend for Connman
Description:

Cmst is a Qt based frontend for the connman connection manager. This package also provides a systemtray icon.

connman 1.44
Dependencies: dbus@1.16.2 glib@2.86.0 gnutls@3.8.9 iptables@1.8.11 libmnl@1.0.5 lz4@1.10.0 readline@8.2.13 openconnect@9.12-1.549fd2d openvpn@2.6.12 ppp@2.5.0 vpnc@0.5.3 wpa-supplicant@2.11 xl2tpd@1.3.20
Channel: guix
Location: gnu/packages/connman.scm (gnu packages connman)
Home page: https://01.org/connman
Licenses: GPL 2
Build system: gnu
Synopsis: Connection management daemon
Description:

Connman provides a daemon for managing Internet connections. The Connection Manager is designed to be slim and to use as few resources as possible. It is fully modular system that can be extended through plug-ins. The plug-in approach allows for easy adaption and modification for various use cases. Connman implements DNS resolving and caching, DHCP clients for both IPv4 and IPv6, link-local IPv4 address handling and tethering (IP connection sharing) to clients via USB, ethernet, WiFi, cellular and Bluetooth.

guix-compose 0.2.0
Dependencies: guix@1.5.0-3.76c084f guile-dotenv@0.3.1 guile-yamlpp@0.3
Channel: guix
Location: gnu/packages/containers.scm (gnu packages containers)
Home page: https://codeberg.org/fishinthecalculator/guix-compose
Licenses: GPL 3+
Build system: guile
Synopsis: Guix' docker compose compatibility layer
Description:

A toolkit to run, read and write docker-compose.yml files with Guix machinery.

conmon 2.2.1
Dependencies: crun@1.28 glib@2.86.0 libseccomp@2.6.0
Channel: guix
Location: gnu/packages/containers.scm (gnu packages containers)
Home page: https://github.com/containers/conmon
Licenses: ASL 2.0
Build system: gnu
Synopsis: Monitoring tool for Open Container Initiative (OCI) runtime
Description:

Conmon is a monitoring program and communication tool between a container manager (like Podman or CRI-O) and an Open Container Initiative (OCI) runtime (like runc or crun) for a single container.

buildah 1.44.0
Dependencies: bash-minimal@5.2.37 btrfs-progs@7.0 eudev@3.2.14 glib@2.86.0 gpgme@1.24.1 libassuan@3.0.1 libseccomp@2.6.0 lvm2@2.03.22
Channel: guix
Location: gnu/packages/containers.scm (gnu packages containers)
Home page: https://buildah.io
Licenses: ASL 2.0
Build system: gnu
Synopsis: Build @acronym{OCI, Open Container Initiative} images
Description:

Buildah is a command-line tool to build OCI container images. More generally, it can be used to:

  • create a working container, either from scratch or using an image as a starting point;

  • create an image, either from a working container or via the instructions in a Dockerfile;

  • mount a working container's root filesystem for manipulation;

  • use the updated contents of a container's root filesystem as a filesystem layer to create a new image.

crun 1.28
Dependencies: json-c@0.18 libcap@2.64 libseccomp@2.6.0 yajl@2.1.0
Channel: guix
Location: gnu/packages/containers.scm (gnu packages containers)
Home page: https://github.com/containers/crun
Licenses: GPL 2+
Build system: gnu
Synopsis: Open Container Initiative (OCI) Container runtime
Description:

crun is a fast and low-memory footprint Open Container Initiative (OCI) Container Runtime fully written in C.

Total packages: 72166