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.
This package provides a script to unpack self-extracting archives generated by makeself or mojo without running the possibly untrusted extraction shell script.
gzstream is a small library for providing zlib functionality in a C++ iostream.
A data compression/decompression library for embedded/real-time systems.
Among its features are:
Low memory usage (as low as 50 bytes.) It is useful for some cases with less than 50 bytes, and useful for many general cases with less than 300 bytes.
Incremental, bounded CPU use. It can be used to chew on input data in arbitrarily tiny bites. This is a useful property in hard real-time environments.
Can use either static or dynamic memory allocation.
Libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted.
This package provides a simple zip library based on miniz.
LZO is a data compression library which is suitable for data de-/compression in real-time. This means it favours speed over compression ratio.
LZO is written in ANSI C. Both the source code and the compressed data format are designed to be portable across platforms.
The existing XZ Utils provide great compression in the .xz file format, but they produce just one big block of compressed data. Pixz instead produces a collection of smaller blocks which makes random access to the original data possible and can compress in parallel. This is especially useful for large tarballs.
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 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.
xdelta encodes only the differences between two binary files using the VCDIFF algorithm and patch file format described in RFC 3284. It can also be used to apply such patches. xdelta is similar to diff and patch, but is not limited to plain text and does not generate human-readable output.
ZZipLib is a library based on zlib for accessing zip files.
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 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.
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
This package helps to manage personal configuration files across multiple machines.
Conky is a lightweight system monitor for X that displays operating system statistics (CPU, disk, and memory usage, etc.) and more on the desktop.
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.
Cmst is a Qt based frontend for the connman connection manager. This package also provides a systemtray icon.
An EFL user interface for the connman connection manager.
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.
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.
This package provides an implementation of Compose Spec for podman focused on being rootless and not requiring any daemon to be running.
libslirp is a user-mode networking library used by virtual machines, containers or various tools.
crun is a fast and low-memory footprint Open Container Initiative (OCI) Container Runtime fully written in C.