libdexx-java

immutable, persistent collection classes for Java

Dexx Collections are a port of Scala's immutable, persistent collection classes to pure Java. Persistent in the context of functional data structures means the data structure preserves the previous version of itself when modified. This means any reference to a collection is effectively immutable. However, modifications can be made by returning a new version of the data structure, leaving the original structure unchanged.

google-android-build-tools-30.0.1-installer

Google's Android SDK Build-Tools 30.0.1 Installer

This package will download the binary Google Android build tools and create a Debian package. The build tools are used in the process of assembling the java code into the APK package. They can also be useful for inspecting APKs.

libcxl1

utility library for managing Compute Express Link devices

CXL (Compute Express Link) is a family of PCIe-based protocols that can be used to connect high-speed I/O and memory devices. This library includes code to enumerate/query/configure such devices.

bolt-16

Post-link optimizer

It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler.

clang-16

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).

clang-16-examples

Clang examples

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).