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

solid-auth

Solid authentication tool

solid_auth is a command-line tool to perform low-level tasks authenticated against a Solid Pod.

libreoffice-uiconfig-writer

UI data ("config") for LibreOffice Writer

LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office.

libotbiolum-8.0-1

ORFEO Toolbox library - OTBIOLUM

ORFEO Toolbox (OTB) is distributed as an open source library of image processing algorithms. OTB is based on the medical image processing library ITK and offers particular functionalities for remote sensing image processing in general and for high spatial resolution images in particular.

postgresql-14-pg-track-settings

PostgreSQL extension tracking of configuration settings

pg_track_settings is a small PostgreSQL extension that helps you keep track of PostgreSQL settings configuration.

postgresql-14-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-14-rational

Precise fractional arithmetic for PostgreSQL

pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect for exact arithmetic or user-specified table row ordering. Holds values as big as an integer, with matching precision in the denominator.