python3-pyppmd

PPM (Prediction by partial matching) compression algorithm for Python

pyppmd module provides classes and functions for compressing and decompressing text data, using PPM(Prediction by partial matching) compression algorithm which has several variations of implementations. PPMd is the implementation by Dmitry Shkarin. PyPPMD use Igor Pavlov's range coder introduced in 7-zip.

ocamlformat

auto-formatter for OCaml code

ocamlformat is a code formatter for OCaml. It comes with opinionated default settings but is also fully customizable to suit your coding style. - Profiles: ocamlformat offers profiles with predefined formatting configurations. - Configurable: Users can change the formatting profile and configure every option in their .ocamlformat configuration file. - Format Comments: ocamlformat can format comments, docstrings, and even code blocks in your comments. - RPC: ocamlformat provides an RPC server that can be used by other tools to easily format OCaml Code.

gcl27-tk

GNU Common Lisp compiler

GNU Common Lisp (GCL) is a Common Lisp compiler and interpreter implemented in C, and complying mostly with the standard set forth in the book "Common Lisp, the Language I". It attempts to strike a useful middle ground in performance and portability from its design around C.

libucommon8t64

lightweight C++ threading and sockets - shared libraries

GNU uCommon C++ is a lightweight library to facilitate using C++ design patterns even for very deeply embedded applications, such as for systems using uClibc along with POSIX threading support. For this reason, uCommon disables language features that consume memory or introduce runtime overhead. uCommon introduces some design patterns from Objective-C, such as reference counted objects, memory pools, and smart pointers. uCommon introduces some new concepts for handling of thread locking and synchronization.

liblldb-15

Next generation, high-performance debugger, library

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.

python3-nixio

NIX data model implementation in pure Python

The NIXIO module is the native Python re-implementation of the NIX C++ library for the NIX data model.