xlsx2csv
convert xlsx files to csv format
xlsx files are zip archives where spreadsheet data is stored. In
order to process a file, various bits inside the archive need to be
located. This utility uses the Expat SAX parser to collect the strings
into a simple dictionary, keyed by their relative position in the XML
file. This makes it possible to process files of any size.
libvirt-clients
Programs for the libvirt library
libvirt exposes a long-term stable API that can be used to interact with
various hypervisors. Its architecture is highly modular, with most features
implemented as optional drivers. It can be used from C as well as several
other programming languages, and it forms the basis of virtualization
solutions tailored for a range of use cases.
postgresql-16-similarity
PostgreSQL similarity functions extension
pg_similarity is an extension to support similarity queries on PostgreSQL.
The extension consists of:
libwebpdecoder3
Library for the WebP graphics format (decode only)
This package provides the decoder functions for the WebP
graphics format as a shared library.
postgresql-16-partman
PostgreSQL Partition Manager
pg_partman is a PostgreSQL extension to create and manage both time-based and
serial-based table partition sets. Sub-partitioning is also supported. Child
table & trigger function creation is all managed by the extension itself.
Tables with existing data can also have their data partitioned in easily
managed smaller batches. Optional retention policy can automatically drop
partitions no longer needed. A background worker (BGW) process is included to
automatically run partition maintenance without the need of an external
scheduler (cron, etc) in most cases.
librte-net-atlantic24
Data Plane Development Kit (librte-net-atlantic runtime library)
DPDK is a set of libraries for fast packet processing. Applications run
in user-space and communicate directly with dedicated network interfaces.