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.
UCL implements a number of compression algorithms that achieve an excellent compression ratio while allowing fast decompression. Decompression requires no additional memory.
Compared to LZO, the UCL algorithms achieve a better compression ratio but decompression is a little bit slower.
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.
The Ultimate Packer for eXecutables (UPX) is an executable file compressor. UPX typically reduces the file size of programs and shared libraries by around 50%--70%, thus reducing disk space, network load times, download times, and other distribution and storage costs.
Zopfli Compression Algorithm is a compression library programmed in C to perform very good, but slow, deflate or zlib compression. ZopfliCompress supports the deflate, gzip and zlib output formats. This library can only compress, not decompress; existing zlib or deflate libraries can decompress the data.
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.
Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.
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.
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.
libslirp is a user-mode networking library used by virtual machines, containers or various tools.
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.
Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers.
Not all commands are working out of the box due to requiring additional binaries to be present in the $PATH.
To get podman compose working, install either podman-compose or docker-compose packages.
To get podman machine working, install qemu-minimal, and openssh packages.
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.
Distrobox is a fancy wrapper around Podman or Docker to create and start containers highly integrated with the hosts.
This package provides a tool for exploring a Docker image, layer contents, and discovering ways to shrink the size of Docker/OCI image.
This package provides an implementation of Compose Spec for podman focused on being rootless and not requiring any daemon to be running.
slirp4netns provides user-mode networking ("slirp") for unprivileged network namespaces.
This package provides a replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor and brings a configurable DNS server and dynamic port forwarding.
It can be used with QEMU, Hyperkit, Hyper-V and User-Mode Linux.
The binary is called gvproxy.