python3-gensio

abstract stream I/O (Python 3 bindings)

This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections.

keymapper

Keyboard map decision tree builder and interpreter

This package implements an alternate way to let a user decide which keyboard map to use. It generates a decision tree and then asks the user to press a couple of keys. Depending on which keycode is returned, the list of possible keyboards is pruned until there is only one left.

fprintd

D-Bus daemon for fingerprint reader access

fprintd is a D-Bus daemon that offers libfprint functionality over the D-Bus interprocess communication bus. By adding this daemon layer above libfprint, various problems related to multiple applications simultaneously competing for fingerprint readers get solved.

libthreadar1000

C++ classes for manipulating threads

Libthreadar is a C++ library providing an abstracted set of C++ *classes* to manipulate threads in a very simple and efficient way from your C++ code.

catatonit

init process for containers

catatonic is a very simple init process for application containers. Its purpose is to support only the usage by container managers such as docker and podman, which is /dev/init -- <your program>. No other use cases will be supported.

postgresql-16-postgis-3

Geographic objects support for PostgreSQL 16

PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL".