libvisual-0.4-plugins

audio visualization framework plugins

Libvisual is a generic visualization framework that allows applications to easily access and manage visualization plugins.

libverto-libev1t64

Event loop abstraction for Libraries - libev

Libverto exists to isolate libraries from the particular event loop chosen by an application. Libverto provides an asynchronous programming interface independent of any particular event loop and allows applications to attach this interface to whatever event loop they select.

linux-doc-6.3

Linux kernel specific documentation for version 6.3

This package provides the various README files and HTML documentation for the Linux kernel version 6.3. Plenty of information, including the descriptions of various kernel subsystems, filesystems, driver-specific notes and the like. An index to the documentation is installed as /usr/share/doc/linux-doc-6.3/html/index.html.

libatm1t64

shared library for ATM (Asynchronous Transfer Mode)

Shared libraries needed by ATM (Asynchronous Transfer Mode) related programs

liblirc-client0t64

infra-red remote control support - client library

LIRC stands for 'Linux Infra-red Remote Control'.

python3-monotonic

implementation of time.monotonic() - Python 3.x

This module provides a monotonic() function which returns the value (in fractional seconds) of a clock which never goes backwards. On Python 3.3 or newer, monotonic will be an alias of time.monotonic from the standard library. On older versions, it will fall back to an equivalent implementation: GetTickCount64 on Windows, mach_absolute_time on OS X, and clock_gettime(3) on Linux/BSD.