opensmtpd-table-passwd

lookup OpenSMTPD users in passwd-format tables

This package provides the passwd table for OpenSMTPD. A "passwd" table stores information regarding local users. The information is encoded using the traditional passwd(5) format and allows the sharing of a user database across different software supporting this format.

libcoq-unicoq

enhanced unification algorithm for Coq

This package provides a new unification algorithm, replacing the existing one through a plugin.

php-symfony-orange-sms-notifier

Symfony Orange Sms Notifier Bridge

The Symfony Orange Sms Notifier Bridge provides Orange Sms integration for Symfony Notifier.

python3-imageio-ffmpeg

FFMPEG wrapper for Python

The purpose of this project is to provide a simple and reliable ffmpeg wrapper for working with video files. It implements two simple generator functions for reading and writing data from/to ffmpeg, which reliably terminate the ffmpeg process when done. It also takes care of publishing platform-specific wheels that include the binary ffmpeg executables.

clang-format-14

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.

libuev3

Lightweight event loop library for Linux

libuEv is a small event loop that wraps the Linux epoll() family of APIs. It is similar to the more established libevent, libev and the venerable Xt(3) event loop. The u (micro) in the name refers to both its limited feature set and the small size impact of the library.