python3-pyisy

Library for interacting with Universal Devices ISY controllers

This library provides functionality to interact with various Universal Devices ISY controllers, including ISY994, IoX, Polisy, and eisy models. It enables communication with nodes, programs, variables, and the network module of ISY controllers. The library supports operations such as querying device statuses, executing commands, and monitoring changes automatically from the devices. Compatible with Insteon, Z-Wave, Zigbee, X10, and Matter protocols, this library facilitates comprehensive home automation management by integrating multiple device types and control functionalities into one cohesive interface.

libmfx-gen1.2

Intel VPL GPU Runtime -- shared library

Intel Video Processing Library GPU Runtime is a Runtime implementation of Intel VPL API for Intel Gen GPUs. Runtime provides access to hardware-accelerated video decode, encode and filtering.

python3-jsonrpc-base

JSON-RPC client library base interface

This library provides a compact and simple interface for creating JSON-RPC clients. It supports nested namespaces, allowing for method calls such as 'app.users.getUsers()'. Designed to be highly compatible, it aims to offer a reliable tool for constructing JSON-RPC client applications. The library includes full support for JSON-RPC version 1 servers and is maintained with an emphasis on compliance with the JSON-RPC specification.

python3-pykodi

Async interface to interact with Kodi over JSON-RPC

This library provides a robust async interface to interact with a Kodi multimedia system using JSON-RPC. Users can control various aspects of Kodi, such as playback, volume, and application properties. The connection can be established over HTTP or WebSocket, supporting both secured (SSL) and standard connections. This library is designed to integrate with systems requiring Kodi control, offering functions like play, pause, volume adjustment, and property retrieval.

postgresql-17-debversion

Debian version number type for PostgreSQL

Debian version numbers, used to version Debian binary and source packages, have a defined format, including specifications for how versions should be compared in order to sort them. This package implements a "debversion" type to represent Debian version numbers within the PostgreSQL database. This also includes operators for version comparison and index operator classes for creating indexes on the debversion type.

postgresql-17-mimeo

specialized, per-table replication between PostgreSQL instances

Mimeo is a PostgreSQL extension that provides specialized, per-table replication between PostgreSQL instances. It currently provides snapshot (whole table copy), incremental (based on an incrementing timestamp or id), and DML (inserts, updates and deletes) replication methods.