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

vfit

generate backwards-compatible, static instances of variable fonts

This (Variable Font Instancing Tool) allows you to generate custom, static instances of a variable font defined in a configuration file.

python3-spidev

Python bindings for Linux SPI access through spidev

This project contains a python module for interfacing with SPI devices from user space via the spidev linux kernel driver.

liblinenoise-ocaml

Lightweight readline alternative with OCaml (runtime)

Self-contained OCaml bindings to linenoise, easy high level readline functionality in OCaml.

php8.2-memcache

memcache extension module for PHP

Memcached is a caching daemon designed especially for dynamic web applications to decrease database load by storing objects in memory.

postgresql-15-show-plans

Show query plans of currently running PostgreSQL statements

This PostgreSQL extension shows the query plans of all currently running SQL statements. Plan output format can be plain text (default), JSON, YAML, or XML.

postgresql-14-wal2json

PostgreSQL logical decoding JSON output plugin

wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row versions can be accessed depending on the configured replica identity. Changes can be consumed using the streaming protocol (logical replication slots) or by a special SQL API.