This is a staging site. Uploads will not persist. Testing only.

cpp-14-x86-64-linux-gnu

GNU C preprocessor for x86_64-linux-gnu

A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation.

g++-14-x86-64-linux-gnu

GNU C++ compiler for x86_64-linux-gnu architecture

This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.

python3-blurhash

Python implementation of the blurhash algorithm

BlurHash takes an image, and gives you a short string (only 20-30 characters) that represents the placeholder for this image. You do this on the backend of your service, and store the string along with the image. When you send data to your client, you send both the URL to the image, and the BlurHash string. Your client then takes the string, and decodes it into an image that it shows while the real image is loading over the network. The string is short enough that it comfortably fits into whatever data format you use. For instance, it can easily be added as a field in a JSON object.

gcc-14-base

GCC, the GNU Compiler Collection (base package)

This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC).

gcc-14-for-build

GNU C compiler for the build architecture

This is the GNU C compiler, a fairly portable optimizing compiler for C.

gcc-14-for-host

GNU C compiler for the host architecture

This is the GNU C compiler, a fairly portable optimizing compiler for C.