php8.2-raphf

raphf module for PHP

A reusable split-off of pecl_http persistent handle and resource factory API.

python3-pydantic-extra-types

Data validation and settings management using Python type hinting (extra types)

Data validation and settings management using Python type hinting pydantic uses type hinting (PEP 484) and variable annotation (PEP 526) to validate that untrusted data takes the desired form. There is also support for an extension to dataclasses where the input data is validated.

php8.2-ssh2

Bindings for the libssh2 library

Provides PHP bindings to the functions of libssh2 which implements the SSH2 protocol.

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.

libtie-cache-lru-perl

Perl module for Least-Recently Used cache

This is an implementation of a least-recently used (LRU) cache keeping the cache in RAM.

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.