lldb-13
Next generation, high-performance debugger
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.
indi-avalon
INDI driver for Avalon Instruments mounts
This package contains the INDI driver for Avalon Instruments mounts
with StarGO control.
clang-14
C, C++ and Objective-C compiler
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).
llvm-13-tools
Modular compiler and toolchain technologies, tools
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-immutabledict
immutable wrapper around dictionaries (fork of frozendict)
Immutabledict implements the complete mapping interface and can be
used as a drop-in replacement for dictionaries where immutability is
desired. The immutabledict constructor mimics dict, and all of the
expected interfaces (iter, len, repr, hash, getitem) are provided. Note
that an immutabledict does not guarantee the immutability of its values,
so the utility of hash method is restricted by usage.
libomp5-13
LLVM OpenMP runtime
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.