libstdc++-14-dev-amd64-cross

GNU Standard C++ Library v3 (development files) (amd64)

This package contains the headers and static library files necessary for building C++ programs which use libstdc++.

libstdc++-14-dev-arm64-cross

GNU Standard C++ Library v3 (development files) (arm64)

This package contains the headers and static library files necessary for building C++ programs which use libstdc++.

libgphobos5-ppc64el-cross

Phobos D standard library (runtime library)

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

libqcoro6quick0t64

C++20 coroutines for Qt6 - QtQuick

QCoro is a C++ library that provide set of tools to make use of C++20 coroutines in connection with certain asynchronous Qt6 actions.

libtiledb2.7

Store and access very large multi-dimensional array data (runtime library)

TileDB allows you to store and access very large multi-dimensional array data, the data currency of Data Science.

libexecs1

C library for commands execution

s2argv converts a command string into an argv array for execv, execvp, execvpe. execs is like execv taking a string instead of an argv. Similarly execsp and execspe are the counterpart of execvp and execvpe, respectively, using command strings. coprocv, coprocvp, coprocvpe, coprocs, coprocsp execute a command in coprocessing mode. The following functions all work without using a shell: esystem, system_eexecsp execute a command with its arguments from a string. popen_nosh, popen_execsp and pclose_nosh pipe stream to or from a process. system_nosh executes a command with its arguments from a string.