gccrs-13-mipsel-linux-gnu

GNU Rust compiler (cross compiler for mipsel architecture)

!!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!!

gccgo-14-sparc64-linux-gnu

GNU Go compiler for the sparc64-linux-gnu architecture

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

gccgo-14-powerpc-linux-gnu

GNU Go compiler for the powerpc-linux-gnu architecture

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

gccrs-13-mipsisa32r6el-linux-gnu

GNU Rust compiler (cross compiler for mipsr6el architecture)

!!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!!

libn32go21-mipsr6el-cross

Runtime library for GNU Go applications (n32)

Library needed for GNU Go applications linked against the shared library.

libghc-kvitable-prof

Key/Value Indexed Table container and formatting library; profiling libraries

Allows creation of a table from a set of of Key+Value Indices. This differs from the standard 'Map' structure in that the 'Map' simply indexes by value but the KVI table indexes by a heterogeneous list of keys along with their associated values. This effectively creates an N-dimensional table, where @N=Product(Count(Values[key]))@. The table contents can be sparse.