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.

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.

gpgv

GNU privacy guard - signature verification tool

GnuPG is GNU's tool for secure communication and data storage.

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.
utilities for the input layer of the Linux kernel

input-utils

utilities for the input layer of the Linux kernel

This is a collection of utilities which are useful when working with the input layer of the Linux kernel (version 2.6 and later). Included are utilities to list the input devices known to the kernel, show the input events that are received by a device, and query or modify keyboard maps.

libghc-monads-tf-prof

monad classes, using type families; profiling libraries

Monad classes using type families, with instances for various monad transformers, inspired by the paper /Functional Programming with Overloading and Higher-Order Polymorphism/, by Mark P Jones, in Advanced School of Functional Programming, 1995 (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).