libukwm-1-0t64

window manager library from the Ukwm window manager

Ukwm is a small window manager, using GTK+ and Clutter to do everything.

libv4l-0t64

Collection of video4linux support libraries

libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2.

libdvbv5-0t64

Libraries to control, scan and zap on Digital TV channels

This library provides functions to work with DVB devices that implement the DVB v5 API.

liblttng-ust1t64

LTTng 2.0 Userspace Tracer (tracing libraries)

The userspace tracer is designed to provide detailed information about userspace activity. Like the kernel tracer, performance is the main goal. Tracing does not require system calls or traps. UST instrumentation points may be added in any userspace code including signal handlers and libraries.

libusbredirhost1t64

Implementing the usb-host (*) side of a usbredir connection (runtime)

Usbredirhost is a library implementing the usb-host (*) side of a usbredir connection. All that an application wishing to implement an usb-host needs to do is: * Provide a libusb device handle for the device * Provide write and read callbacks for the actual transport of usbredir data * Monitor for usbredir and libusb read/write events and call their handlers

libupb0t64

small protobuf implementation in C

upb generates a C API for creating, parsing, and serializing messages as declared in .proto files. upb is heavily arena-based: all messages always live in an arena (note: the arena can live in stack or static memory if desired).