libtest2-harness-perl
new and improved test harness with better Test2 integration
App::Yath (Yet Another Test Harness) is an alternative to App::Prove, and
Test2::Harness is an alternative to Test::Harness. It is not designed to
replace Test::Harness/prove. Test2::Harness is designed to take full
advantage of the rich data Test2 can provide. Test2::Harness is also able to
use non-core modules and provide more functionality than prove can achieve
with its restrictions.
python3-aioquic
Python implementation of QUIC and HTTP/3
Library for the QUIC network protocol in Python. It features
a minimal TLS 1.3 implementation, a QUIC stack and an HTTP/3 stack.
postgresql-16-hll
HyperLogLog extension for PostgreSQL
This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
data structure. HyperLogLog is a fixed-size, set-like structure used for
distinct value counting with tunable precision. For example, in 1280 bytes
`hll` can estimate the count of tens of billions of distinct values with only
a few percent error.
python3-petsc4py-64-real3.18
Python 3 bindings for 64-bit PETSc 3.18 libraries (real numbers)
PETSc is a suite of data structures and routines for the scalable (parallel)
solution of scientific applications modeled by partial differential equations.
It employs the MPI standard for all message-passing communication.
php8.1-rrd
PHP bindings to rrd tool system
Procedural and simple OO wrapper for rrdtool - data logging and
graphing system for time series data.
postgresql-16-periods
PERIODs and SYSTEM VERSIONING for PostgreSQL
This extension attempts to recreate the behavior defined in SQL:2016
(originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
idea is to figure out all the rules that PostgreSQL would like to adopt (there
are some details missing in the standard) and to allow earlier versions of
PostgreSQL to simulate the behavior once the feature is finally integrated.