This is a staging site. Uploads will not persist. Testing only.

python3-bluecurrent-api

wrapper for the Blue Current websocket API

This package provides an asyncio-driven library that interfaces with the Websocket API provided by Blue Current. This was made for the Blue Current Home Assistant integration.

python3-pyoprf

python bindings for liboprf: Oblivious Pseudo-Random Functions

This library implements the basic OPRF (ristretto255, SHA-512) variant from the "Oblivious Pseudorandom Functions using Prime-Order Groups" Draft from the IRTF Crypto Forum Research Group (https://github.com/cfrg/draft-irtf-cfrg-voprf/). Additionally it implements a threshold OPRF based on "TOPPSS: Cost-minimal Password-Protected Secret Sharing based on Threshold OPRF" by Krawczyk et al (https://ia.cr/2017/363).

liblodepng0.1

PNG encoder and decoder in C and C++, without dependencies (shared library)

PNG is a file format to store raster images losslessly with good compression, supporting different color types and alpha channel.

lodepng-utils

PNG encoder and decoder in C and C++, without dependencies (utility)

PNG is a file format to store raster images losslessly with good compression, supporting different color types and alpha channel.

postgresql-17-cron

Run periodic jobs in PostgreSQL

pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher) that runs inside the database as an extension. It uses the same syntax as regular cron, but it allows you to schedule PostgreSQL commands directly from the database. pg_cron can run multiple jobs in parallel, but it runs at most one instance of a job at a time. If a second run is supposed to start before the first one finishes, then the second run is queued and started as soon as the first run completes.

postgresql-17-pg-failover-slots

High-availability support for PostgreSQL logical replication

This extension is for anyone with Logical Replication Slots on Postgres databases that are also part of a Physical Streaming Replication architecture.