libgmerlin-avdec2

general multimedia decoding library

Gmerlin_avdecoder is a general purpose media decoding library. It was written as a support library for gmerlin, but it can also be used by other applications. You don't even need gmerlin installed, only gavl.

libgmerlin2

core library for gmerlin - runtime files

Gmerlin is a multiformat media player with tree-like virtual directory structure, where you can save your files, webstreams or whatever. It handles even large media collections gracefully. Hardware devices appear also in the tree so you can open Audio-CDs, (S)VCDs, DVDs and DVB-broadcasts.

librte-ethdev22

Data Plane Development Kit (libethdev runtime library)

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

libqt63dlogic6

Qt 6 3D Logic library

Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality.

openmrac

split-screen multiplayer 3D racing game

OpenMRac is an open-source release of FranticWare's MultiRacer. It is a multiplayer racing game that runs on Linux and Microsoft Windows.

liblwt-dllist-ocaml

mutable doubly-linked list with Lwt iterators (runtime)

A sequence is an object holding a list of elements which support the following operations: - adding an element to the left or the right in time and space O(1) - taking an element from the left or the right in time and space O(1) - removing a previously added element from a sequence in time and space O(1) - removing an element while the sequence is being transversed.