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.
Squashfs is a highly compressed read-only file system for Linux. It compresses files, inodes, and directories with one of several compressors. All blocks are packed to minimize the data overhead, and block sizes of between 4K and 1M are supported. It is intended to be used for archival use, for live media, and for embedded systems where low overhead is needed.
The squashfs-tools-ng package offers alternative tooling to create and extract such file systems. It is not based on the older squashfs-tools package and its tools have different names:
gensquashfsproduces SquashFS images from a directory orgen_init_cpio-like file listings and can generate SELinux labels.rdsquashfsinspects and unpacks SquashFS images.sqfs2tarandtar2sqfsconvert between SquashFS and tarballs.sqfsdiffcompares the contents of two SquashFS images.
These commands are largely command-line wrappers around the included libsquashfs library that intends to make SquashFS available to other applications as an embeddable, extensible archive format.
Both the library and tools operate deterministically: same input will produce byte-for-byte identical output.
The purpose of libmspack is to provide both compression and decompression of some loosely related file formats used by Microsoft.
Miniz is a lossless data compression library that implements the zlib (RFC 1950) and Deflate (RFC 1951) compressed data format specification standards. It supports the most commonly used functions exported by the zlib library.
Lunzip is a decompressor for files in the lzip compression format (.lz), written as a single small C tool with no dependencies. This makes it well-suited to embedded and other systems without a C++ compiler, or for use in applications such as software installers that need only to decompress files, not compress them. Lunzip is intended to be fully compatible with the regular lzip package.
UnZip is an extraction utility for archives compressed in .zip format, also called "zipfiles".
UnZip lists, tests, or extracts files from a .zip archive. The default behaviour (with no options) is to extract into the current directory, and subdirectories below it, all files from the specified zipfile. UnZip recreates the stored directory structure by default.
Squashfs is a highly compressed read-only file system for Linux. It compresses files, inodes, and directories with one of several compressors. All blocks are packed to minimize the data overhead, and block sizes of between 4K and 1M are supported. It is intended to be used for archival use, for live media, and for embedded systems where low overhead is needed. This package allows you to create and extract such file systems.
LZFSE is a Lempel-Ziv style data compression algorithm using Finite State Entropy coding. It targets similar compression rates at higher compression and decompression speed compared to Deflate using Zlib.
Zip is a compression and file packaging/archive utility. Zip is useful for packaging a set of files for distribution, for archiving files, and for saving disk space by temporarily compressing unused files or directories. Zip puts one or more compressed files into a single ZIP archive, along with information about the files (name, path, date, time of last modification, protection, and check information to verify file integrity). An entire directory structure can be packed into a ZIP archive with a single command.
Zip has one compression method (deflation) and can also store files without compression. Zip automatically chooses the better of the two for each file. Compression ratios of 2:1 to 3:1 are common for text files.
Pbzip2 is a parallel implementation of the bzip2 block-sorting file compressor that uses pthreads and achieves near-linear speedup on SMP machines. The output of this version is fully compatible with bzip2 v1.0.2 (i.e. anything compressed with pbzip2 can be decompressed with bzip2).
ECM is a utility that converts ECM files, i.e., CD data files with their error correction data losslessly rearranged for better compression, to their original, binary CD format.
Lzlib is a C library for in-memory LZMA compression and decompression in the lzip format. It supports integrity checking of the decompressed data, and all functions are thread-safe. The library should never crash, even in case of corrupted input.
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.
The main command is aunpack which extracts files from an archive. The other commands provided are apack (to create archives), als (to list files in archives), and acat (to extract files to standard out). As atool invokes external programs to handle the archives, not all commands may be supported for a certain type of archives.
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.
This package helps to manage personal configuration files across multiple machines.
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
Conky is a lightweight system monitor for X that displays operating system statistics (CPU, disk, and memory usage, etc.) and more on the desktop.
Cmst is a Qt based frontend for the connman connection manager. This package also provides a systemtray icon.
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.
An EFL user interface for the connman connection manager.
crun is a fast and low-memory footprint Open Container Initiative (OCI) Container Runtime fully written in C.
Distrobox is a fancy wrapper around Podman or Docker to create and start containers highly integrated with the hosts.