python3-pkcs11
high level PKCS#11 interface for Python
A high level, "more Pythonic" interface to the PKCS#11 (Cryptoki) standard to
support HSM and Smartcard devices in Python.
postgresql-16-tdigest
t-digest algorithm for on-line accumulation of rank-based statistics
This PostgreSQL extension implements t-digest, a data structure for on-line
accumulation of rank-based statistics such as quantiles and trimmed means.
The algorithm is also very friendly to parallel programs.
postgresql-16-toastinfo
Show storage structure of varlena datatypes in PostgreSQL
This PostgreSQL extension exposes the internal storage structure of
variable-length datatypes, called varlena.
theme-d-intr-gtk3-examples
Theme-D-Intr example programs for Gtk 3
This package contains example programs using Gtk 3 library for Theme-D-Intr.
postgresql-16-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.
libjavascriptcoregtk-6.0-1
JavaScript engine library from WebKitGTK
JavaScriptCore is the JavaScript engine used in WebKit. It consists
of the following building blocks: lexer, parser, start-up interpreter
(LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
high-throughput optimizing JIT (FTL).