libx32asan5

AddressSanitizer -- a fast memory error detector (x32)

AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

cpp-10-mips-linux-gnu

GNU C preprocessor

A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation.

gcc-10-multilib-mipsisa32r6-linux-gnu

GNU C compiler (multilib support) (cross compiler for mipsr6 architecture)

This is the GNU C compiler, a fairly portable optimizing compiler for C.

gitlabracadabra

Configure GitLab from a YAML file

GitLab'racadabra is a way to configure a GitLab instance from a YAML configuration, using the API.

qemu

fast processor emulator, dummy package

QEMU is a fast processor emulator. Once upon a time there was only one package named `qemu', with all functionality included. These days, qemu become large and has been split into numerous packages. Different packages provides entirely different services, and it is very unlikely one will need all of them together. So current `qemu' package makes no sense anymore, and is becoming a dummy package.

libhalide17-1

fast, portable computation on images and tensors

Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. Halide currently targets: * CPU architectures: X86, ARM, MIPS, Hexagon, PowerPC, RISC-V * Operating systems: Linux, Windows, macOS, Android, iOS, Qualcomm QuRT * GPU Compute APIs: CUDA, OpenCL, OpenGL Compute Shaders, Apple Metal, Microsoft Direct X 12 Rather than being a standalone programming language, Halide is embedded in C++. This means you write C++ code that builds an in-memory representation of a Halide pipeline using Halide's C++ API. You can then compile this representation to an object file, or JIT-compile it and run it in the same process.