python3-jsonrpc-async
Compact JSON-RPC client library for asyncio
This library provides a simple and effective JSON-RPC client implementation
for asyncio-based Python code. It supports nested namespaces, allowing easy
execution of remote procedures in a structured manner. The library handles the
creation and management of aiohttp client sessions, enhancing its usability
for asynchronous communication. JSON-RPC functions can be called remotely, and
arguments can be passed directly through aiohttp, including support for
notifications and exception handling.
postgresql-17-dirtyread
Read dead but unvacuumed tuples from a PostgreSQL relation
The pg_dirtyread extension provides the ability to read dead but unvacuumed
rows from a PostgreSQL relation.
postgresql-17-auto-failover
Postgres high availability support
This extension implements a set of functions to provide High Availability to
Postgres.
postgresql-17-orafce
Oracle support functions for PostgreSQL 17
This project implements some functions for compatibility with Oracle.
The functionality was verified on Oracle 10g, and the module is
useful for production work.
libblockdev-lvm3
LVM plugin for libblockdev
The libblockdev library plugin (and at the same time a standalone library)
providing the LVM-related functionality.
libkdf-ocaml
key derivation functions in OCaml (runtime)
A pure OCaml implementation of scrypt, PBKDF 1 and 2 as defined by
PKCS#5, and HKDF.