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

postgresql-15-repack

reorganize tables in PostgreSQL databases with minimal locks

pg_repack is a PostgreSQL extension which lets you remove bloat from tables and indexes, and optionally restore the physical order of clustered indexes. Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive lock on the processed tables during processing. pg_repack is efficient to boot, with performance comparable to using CLUSTER directly.

libpocoredis80

C++ Portable Components (POCO) Redis library

The POCO C++ Libraries are a collection of open source C++ class libraries that simplify and accelerate the development of network-centric, portable applications in C++. The libraries integrate perfectly with the C++ Standard Library and fill many of the functional gaps left open by it.

python3-drf-spectacular-sidecar-nonfree

Serve builds of Swagger UI and Redoc for Django REST framework (Python3)

This package contains a Django app that is an optional addition to python3-djangorestframework-spectacular, but does not depend on it. It can also be used independently.

libdraco4

Library for compressing 3D geometric meshes and point clouds

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.

linux-libc-dev-loong64-cross

Linux Kernel Headers for development (for cross-compiling)

This package provides headers from the Linux kernel. These headers are used by the installed headers for GNU glibc and other system libraries. They are NOT meant to be used to build third-party modules for your kernel. Use linux-headers-* packages for that.

python3-symmetrize

Symmetrization and centering of 2D pattern

Symmetrization of 2D pattern using nonrigid landmark registration with symmetry constraints. Implemented registration methods include projective transform and thin plate spline. Details are given in the publication associated with the package.