libadacgi5

Ada CGI interface: shared library

This is David A. Wheeler's Ada 95 interface to the "Common Gateway Interface" (CGI). This makes it easier to create Ada programs that can be invoked by HTTP servers using the standard CGI interface.

apostrophe

Distraction free Markdown editor

Apostrophe is a GTK+ based distraction free Markdown editor. It uses pandoc as back-end for parsing Markdown and offers a very clean and sleek user interface.

librte-timer22

Data Plane Development Kit (librte-timer runtime library)

DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces.

libflint19

C library for number theory, shared library

The Fast Library for Integer Number Theory is a C library which supports polynomial arithmetic over the integers, fast integer arithmetic and factoring (including a highly optimized quadratic sieve).

python3-lldb-15

Next generation, high-performance debugger, python3 lib

LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler.

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.