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

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.


7zip 26.01
Channel: guix
Location: gnu/packages/compression.scm (gnu packages compression)
Home page: https://7-zip.org
Licenses: LGPL 2.1+ FreeBSD Modified BSD Public Domain
Build system: copy
Synopsis: 7-zip file archiver
Description:

7-zip is a command-line file compressor that supports a number of archive formats and features self-extracting archives.

lzop 1.04
Dependencies: lzo@2.10
Channel: guix
Location: gnu/packages/compression.scm (gnu packages compression)
Home page: https://www.lzop.org/
Licenses: GPL 2+
Build system: gnu
Synopsis: Compress or expand files
Description:

Lzop is a file compressor which is very similar to gzip. Lzop uses the LZO data compression library for compression services, and its main advantages over gzip are much higher compression and decompression speed (at the cost of some compression ratio).

bzip3 1.5.3
Dependencies: bash-minimal@5.2.37 libsais@2.10.4
Channel: guix
Location: gnu/packages/compression.scm (gnu packages compression)
Home page: https://github.com/iczelia/bzip3
Licenses: LGPL 3
Build system: cmake
Synopsis: Text compression program
Description:

BZip3 is a spiritual successor to BZip2. Features higher compression ratios and better performance thanks to a order-0 context mixing entropy coder, a fast Burrows-Wheeler transform code making use of suffix arrays and a RLE with Lempel Ziv+Prediction pass based on LZ77-style string matching and PPM-style context modeling.

Like its ancestor, BZip3 excels at compressing text or code.

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.

xz 5.4.5
Channel: guix
Location: gnu/packages/compression.scm (gnu packages compression)
Home page: https://tukaani.org/xz/
Licenses: GPL 2+ LGPL 2.1+
Build system: gnu
Synopsis: General-purpose data compression
Description:

XZ Utils is free general-purpose data compression software with high compression ratio. XZ Utils were written for POSIX-like systems, but also work on some not-so-POSIX systems. XZ Utils are the successor to LZMA Utils.

The core of the XZ Utils compression code is based on LZMA SDK, but it has been modified quite a lot to be suitable for XZ Utils. The primary compression algorithm is currently LZMA2, which is used inside the .xz container format. With typical files, XZ Utils create 30 % smaller output than gzip and 15 % smaller output than bzip2.

tarlz 0.21
Dependencies: lzlib@1.13
Channel: guix
Location: gnu/packages/compression.scm (gnu packages compression)
Home page: https://www.nongnu.org/lzip/tarlz.html
Licenses: GPL 2+
Build system: gnu
Synopsis: Combination of the tar archiver and the lzip compressor
Description:

Tarlz is a massively parallel (multi-threaded) combined implementation of the tar archiver and the lzip compressor. Tarlz creates, lists, and extracts archives in a simplified and safer variant of the POSIX pax format compressed with lzip, keeping the alignment between tar members and lzip members. The resulting multimember tar.lz archive is fully backward compatible with standard tar tools like GNU tar, which treat it like any other tar.lz archive. Tarlz can append files to the end of such compressed archives.

zlib-ng-compat 2.3.3
Channel: guix
Location: gnu/packages/compression.scm (gnu packages compression)
Home page: https://github.com/zlib-ng/zlib-ng
Licenses: Zlib
Build system: cmake
Synopsis: Fork of the zlib data compression library
Description:

zlib-ng is a zlib replacement with optimizations for next generation systems.

kubazip 0.3.3
Channel: guix
Location: gnu/packages/compression.scm (gnu packages compression)
Home page: https://github.com/kuba--/zip
Licenses: Unlicense
Build system: cmake
Synopsis: Simple zip library
Description:

This package provides a simple zip library based on miniz.

zstd 1.5.6
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: Zstandard real-time compression algorithm
Description:

Zstandard (zstd) is a lossless compression algorithm that combines very fast operation with a compression ratio comparable to that of zlib. In most scenarios, both compression and decompression can be performed in ‘real time’. The compressor can be configured to provide the most suitable trade-off between compression ratio and speed, without affecting decompression speed.

quazip 1.5
Dependencies: qtbase@6.9.2 qt5compat@6.9.2 zlib@1.3.1
Channel: guix
Location: gnu/packages/compression.scm (gnu packages compression)
Home page: https://stachenov.github.io/quazip/index.html
Licenses: LGPL 2.1+ Zlib
Build system: cmake
Synopsis: Qt/C++ wrapper for Minizip
Description:

QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that can be used to access ZIP archives. It uses Trolltech's Qt toolkit.

QuaZIP allows you to access files inside ZIP archives using QIODevice API, and that means that you can also use QTextStream, QDataStream or whatever you would like to use on your zipped files.

QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both reading from and writing to ZIP archives.

c-blosc 1.21.1
Dependencies: lz4@1.10.0 snappy@1.1.9 zlib@1.3.1 zstd@1.5.6
Channel: guix
Location: gnu/packages/compression.scm (gnu packages compression)
Home page: https://www.blosc.org/
Licenses: Modified BSD
Build system: cmake
Synopsis: Blocking, shuffling and lossless compression library
Description:

Blosc is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() system call. Blosc is meant not only to reduce the size of large datasets on-disk or in-memory, but also to accelerate memory-bound computations.

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.

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.

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

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.

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.

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.

passt 2024_12_11.09478d5
Channel: guix
Location: gnu/packages/containers.scm (gnu packages containers)
Home page: https://passt.top
Licenses: GPL 2+ Modified BSD
Build system: gnu
Synopsis: Plug A Simple Socket Transport
Description:

passt implements a thin layer between guest and host, that only implements what's strictly needed to pretend processes are running locally. The TCP adaptation doesn't keep per-connection packet buffers, and reflects observed sending windows and acknowledgements between the two sides. This TCP adaptation is needed as passt runs without the CAP_NET_RAW capability: it can't create raw IP sockets on the pod, and therefore needs to map packets at Layer-2 to Layer-4 sockets offered by the host kernel.

Also provides pasta, which similarly to slirp4netns, provides networking to containers by creating a tap interface available to processes in the namespace, and mapping network traffic outside the namespace using native Layer-4 sockets.

Total packages: 32521