libstd-rust-1.52

Rust standard libraries

Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency.

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.

python3-spython

Command line Python tool for working with Singularity

Singularity Python (spython) is the Python API for working with Singularity software containers.

kdevelop58-libs

shared libraries for the KDevelop platform

This package contains shared libraries needed to run integrated development environments based on the KDevelop platform.

g++-12-mipsisa32r6-linux-gnu

GNU C++ compiler (cross compiler for mipsr6 architecture)

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

python3-watchfiles

Simple, modern and high performance file watching in Python

Simple, modern and high performance file watching and code reload in Python. Underlying file system notifications are handled by the Notify Rust library.