libclc-13

OpenCL C language implementation - platform support

libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification.

libtepl-6-2

Text editor library for GTK

Tepl is a library that eases the development of GtkSourceView-based text editors and IDEs. Tepl is the acronym for “Text editor product line”. It serves as an incubator for GtkSourceView.

indi-astromechfoc

INDI driver for Astromechanics Canon Lens Controller

This package contains the INDI driver for the Canon Lens Controller made by Astromechanics.

lld-13

LLVM-based linker

LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project.

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.

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.