python3-pycec
Library for HDMI-CEC communication
This library provides an interface for communicating with HDMI-CEC devices. It
enables sending and receiving HDMI-CEC signals, allowing for control over
various HDMI-enabled devices such as TVs, soundbars, and AV receivers. Users
can switch inputs, power devices on and off, and manage volume settings. It
supports the definition of devices in configuration files, making it easier to
map HDMI ports to device names. This library also includes the capability to
bridge CEC commands over a TCP network. Use cases include integrating HDMI-CEC
functionality into automation systems or centralizing control of multiple HDMI
devices.
postgresql-17-pgfincore
set of PostgreSQL functions to manage blocks in memory
Those functions let you know which and how many disk block from a relation
are in the page cache of the operating system, and eventually write the
result to a file. Then using this file, it is possible to restore the page
cache state for each block of the relation.
postgresql-17-pgq-node
Cascaded queueing on top of PgQ
PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
database, each queue can be consumed by multiple consumers.
lazarus-ide-gtk2-3.8
IDE for Free Pascal - GTK+ version
Lazarus is an IDE to create (graphical and console) applications with Free
Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on
Windows, Linux, Mac OS X, FreeBSD and more.
lazarus-ide-qt5-3.8
IDE for Free Pascal - Qt version
Lazarus is an IDE to create (graphical and console) applications with Free
Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on
Windows, Linux, Mac OS X, FreeBSD and more.
postgresql-17-h3
PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
H3 is a geospatial indexing system using a hexagonal grid that can be
(approximately) subdivided into finer and finer hexagonal grids, combining the
benefits of a hexagonal grid with S2's hierarchical subdivisions.