kaffeine-dbg

debugging symbols for Kaffeine

librte-common-octeontx2-21

Data Plane Development Kit (librte-common-octeontx2 runtime library)

DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces.

libasan0

AddressSanitizer -- a fast memory error detector

Modules

pasystray

PulseAudio controller for the system tray

Pasystray enables control of various PulseAudio server settings from the X11 system tray. It can: * adjust the volume of streams and sinks/sources * transfer streams between sinks/sources * switch the default sink/source * set the default server (PULSE_SERVER) * detect network PulseAudio services * rename devices

libtree-redblack-perl

Perl implementation of Red/Black tree, a balanced tree

Tree::RedBlack is a demonstration package, showing the performance differences between different methods of data storage and accessing. It contains a perl implementation of the Red/Black tree algorithm found in the book "Algorithms", by Cormen, Leiserson & Rivest (more commonly known as "CLR" or "The White Book"). A Red/Black tree is a binary tree which remains "balanced"- that is, the longest length from root to a node is at most one more than the shortest such length. It is fairly efficient; no operation takes more than O(lg(n)) time.

python-purl

URL interrogation and manipulation

A simple, immutable URL class with a clean API for interrogation and manipulation that also supports template URLs as per RFC 6570. It parses URLs into URL objects which are immutable but also provides mutator methods for all segements which return a new URL instance. This allows for easy modification of URLs during runtime.