clang-format-17
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.
libstd-rust-1.58
Rust standard libraries
Rust is a curly-brace, block-structured expression language. It
visually resembles the C language family, but differs significantly
in syntactic and semantic details. Its design is oriented toward
concerns of "programming in the large", that is, of creating and
maintaining boundaries - both abstract and operational - that
preserve large-system integrity, availability and concurrency.
python3-uc-micro
python port of uc.micro
Micro subset of unicode data files for linkify-it-py projects
gcc-14-plugin-dev-s390x-linux-gnu
Files for GNU GCC plugin development.
This package contains (header) files for GNU GCC plugin development. It
is only used for the development of GCC plugins, but not needed to run
plugins.
libtrilinos-ifpack-13.2
algebraic preconditioners - runtime files
IFPACK provides a suite of object-oriented algebraic preconditioners for the
solution of preconditioned iterative solvers. IFPACK constructors expect an
Epetra_RowMatrix object for construction. IFPACK is part of the Trilinos
Solver Project and IFPACK object interact well with other Trilinos classes. In
particular, IFPACK can be used as a preconditioner for AztecOO.