vuos

Virtual Operating System at user space metapackage

Virtual Operating System at user space. Currently it implements about 150 Linux-compatible system calls providing support for a wide range of applications. Each process or even each thread in VUOS can see a different execution environment: file system contents, networking, devices, user ids, etc. The main idea behind VUOS is that it is possible to give processes their own "view" using partial virtual machines

libsdl3-0

Simple DirectMedia Layer, version 3

SDL is a cross-platform library designed to make it easy to write multimedia software such as games and emulators.

gfortran-14-riscv64-linux-gnu

GNU Fortran compiler for the riscv64-linux-gnu architecture

This is the GNU Fortran compiler for the riscv64-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.

gfortran-14-powerpc64le-linux-gnu

GNU Fortran compiler for the powerpc64le-linux-gnu architecture

This is the GNU Fortran compiler for the powerpc64le-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.

openjdk-19-jre-headless

OpenJDK Java runtime, using Hotspot JIT (headless)

Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot JIT.

python3-expecttest

Expect tests in Python (also known as "golden" tests)

This library implements expect tests (also known as "golden" tests). Expect tests are a method of writing tests where instead of hard-coding the expected output of a test, you run the test to get the output, and the test framework automatically populates the expected output. If the output of the test changes, you can rerun the test with the environment variable EXPECTTEST_ACCEPT=1 to automatically update the expected output.