This is a staging site. Uploads will not persist. Testing only.
clang-format-19
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.
libllvm19
Modular compiler and toolchain technologies, runtime library
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
libmlir-19
Multi-Level Intermediate Representation library
Novel approach to building reusable and extensible compiler infrastructure.
MLIR aims to address software fragmentation, improve compilation for
heterogeneous hardware, significantly reduce the cost of building domain
specific compilers, and aid in connecting existing compilers together.
gr-framework-plugin-base
Basic plugins for Graphical Kernel System (GKS) and OpenGL
GR is a universal framework for cross-platform visualization
applications. It offers developers a compact, portable and consistent
graphics library for their programs. Applications range from
publication quality 2D graphs to the representation of complex 3D
scenes.
gr-framework-plugin-full
All plugins for Graphical Kernel System (GKS) and OpenGL (metapackage)
GR is a universal framework for cross-platform visualization
applications. It offers developers a compact, portable and consistent
graphics library for their programs. Applications range from
publication quality 2D graphs to the representation of complex 3D
scenes.
gr-framework-plugin-gs
Graphical Kernel System (GKS) and OpenGL plugin for Ghostscript
GR is a universal framework for cross-platform visualization
applications. It offers developers a compact, portable and consistent
graphics library for their programs. Applications range from
publication quality 2D graphs to the representation of complex 3D
scenes.