postgresql-15-unit
SI Units for PostgreSQL
postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
base units can be combined to named and unnamed derived units using operators
defined in the PostgreSQL type system. SI prefixes are used for input and
output, and quantities can be converted to arbitrary scale.
libmozilla-ca-perl
Mozilla's CA cert bundle in PEM format
Mozilla::CA provides a copy of Mozilla's bundle of Certificate Authority
certificates in a form that can be consumed by modules and libraries based on
OpenSSL.
python3-robber
BDD / TDD assertion library for Python (Python 3)
Python Library that provides assertion functions for Test-driven
Development and Behavior-Driven Development.
glusterfs-cli
clustered file-system (cli package)
GlusterFS is a clustered file-system capable of scaling to several
peta-bytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file system in
terms of features and extensibility. It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in userspace and easily manageable.
clang-format-15
Tool to format C/C++/Obj-C code
Clang-format is both a library and a stand-alone tool with the goal of
automatically reformatting C++ sources files according to configurable
style guides. To do so, clang-format uses Clang's Lexer to transform an
input file into a token stream and then changes all the whitespace around
those tokens. The goal is for clang-format to both serve both as a user
tool (ideally with powerful IDE integrations) and part of other
refactoring tools, e.g. to do a reformatting of all the lines changed
during a renaming.
postgresql-15-pglogical
Logical Replication Extension for PostgreSQL
The pglogical extension provides logical streaming replication between
PostgreSQL instances, using a publish/subscribe model. Contrary to the
built-in streaming replication, pglogical can replicate between major versions
or different architectures and is not restricted to replicate the entire
instance but can selectively replicate arbitrary sets of tables.