This is a staging site. Uploads will not persist. Testing only.

libclang1-18

C interface to the Clang library

Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC).

liblldb-18

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.

libllvm18

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.

python3-psycopg

PostgreSQL database adapter for Python 3

Psycopg 3 is a newly designed PostgreSQL database adapter for the Python programming language.

libstd-rust-1.79

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.

hipify-clang

CUDA to HIP source-to-source translation tool

hipify-clang is a tool that converts CUDA sources to HIP. It is built on libclang and operates on an abstract syntax tree. It can therefore translate code containing complex C++ constructs, but it requires input sources to be fully compilable.