libvolk3.0

vector optimized functions

Vector-Optimized Library of Kernels is designed to help applications work with the processor's SIMD instruction sets. These are very powerful vector operations that can give signal processing a huge boost in performance.

ament-cmake-flake8

CMake build system for ROS 2 ament packages (flake8)

The ament build system is the most common way to build packages for ROS 2. ament_cmake provides the necessary tooling to build ament packages with CMake.

libarmnn-cpuref-backend33

Arm NN dynamically loadable Reference backend

Arm NN is a set of tools that enables machine learning workloads on any hardware. It provides a bridge between existing neural network frameworks and whatever hardware is available and supported. On arm architectures (arm64 and armhf) it utilizes the Arm Compute Library to target Cortex-A CPUs, Mali GPUs and Ethos NPUs as efficiently as possible. On other architectures/hardware it falls back to unoptimised functions.

kwin-bismuth

KDE Plasma extension for tiling windows

KDE Plasma add-on, that tiles your windows automatically and lets you manage them via keyboard, similarly to i3, Sway or dwm.

hackage-tracker

Haskell package version tracker

Generates a file with information that can be used to update the Debian versions on Hackage for each package available there. Those versions appear in the Distribution field on Hackage.

postgresql-14-wal2json

PostgreSQL logical decoding JSON output plugin

wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row versions can be accessed depending on the configured replica identity. Changes can be consumed using the streaming protocol (logical replication slots) or by a special SQL API.