python3-array-api-compat

Python3 array API compatibility library

This is a small wrapper around common array libraries that is compatible with the Array API standard. Currently, NumPy, CuPy, and PyTorch are supported. If you want support for other array libraries, or if you encounter any issues, please open an issue.

python3-otf2

Open Trace Format support library - Python3 bindings

OTF is a standard trace format used by several high-performance tools, using an ASCII encoding, which supports multiple streams. The libotf2 provides support for reading/writing them.

libdynarmic6

ARM dynamic recompiler

Dynarmic is a dynamic recompiler for the ARMv6K, ARMv7A architecture, with partial ARMv8 support.

golang-1.23-go

Go programming language compiler, linker, compiled stdlib

The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

libdata-generators-clojure

Clojure library for generating random data

This library serves to generate random clojure data. For example, it can be used a part of test suites for clojure projects.

libfressian-java

extensible binary data notation

Fressian is an extensible binary data notation. It is inspired by, and shares many design objectives with hessian and edn.