gdc-10-multilib-s390x-linux-gnu

GNU D compiler (version 2, multilib support) (cross compiler for s390x architect

This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code.

libvisp-vs3.2

visual servoing platform vs library

lib32gphobos1-s390x-cross

Phobos D standard library (runtime library)

This is the Phobos standard library that comes with the D2 compiler.

gnat-10-x86-64-linux-gnu

GNU Ada compiler

GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC).

libboost-type-erasure1.71.0

C++ runtime polymorphism based on concepts

This package forms part of the Boost C++ Libraries collection.

node-stable

stable array sort, as Array#sort() is not guaranteed to be stable

The default sort is, as with Array#sort, lexicographical. Unlike Array#sort, the default sort is not in-place. To do an in-place sort, use stable.inplace, which otherwise works the same.