clang-format-18

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.

libpolylib64-8t64

Polyhedral library - long int version

Polylib is a free C library for doing computations on polyhedra. The library is operating on objects like vectors, matrices, lattices, polyhedra, Z-polyhedra, unions of polyhedra and other intermediary structures. It provides functions for all important operations on these structures. This package provides the version for operations on long integers.

libquickjs

small and embeddable Javascript engine library

QuickJS is a small and embeddable Javascript engine. It supports the ES2020 specification, including modules, asynchronous generators, proxies and BigInt.

libevview3-3t64

Document (PostScript, PDF) rendering library - Gtk+ widgets

This package contains libevview, which provides GTK+ widgets for displaying documents.

python3-beartype

Unbearably fast runtime type checking in pure Python

Beartype is an open-source pure-Python PEP-compliant near-real-time hybrid runtime-static third-generation type checker emphasizing efficiency, usability, unsubstantiated made up jargon and thrilling puns.

libc++1-18

LLVM C++ Standard library

libc++ is another implementation of the C++ standard library.