libgnuradio-runtime3.10.4
gnuradio core runtime
Top level component library. Defines core blocks. Handles
settings for logging, performance counters, and control port.
Part of the main gnuradio build.
ruby-prawn-templates
Prawn::Templates allows using PDFs as templates in Prawn
A extension to prawn that allows one to include other pdfs either as
background to write upon or to combine several pdf documents into
one.
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.
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.
libkqueue0t64
cross-platform library for kernel event notification
libkqueue is a portable userspace implementation of the kqueue(2)
kernel event notification mechanism found in FreeBSD and other BSD-based
operating systems. The library translates between the kevent structure
and the native kernel facilities of the host machine.
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.