gcc-12-plugin-dev-sparc64-linux-gnu

Files for GNU GCC plugin development.

This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins.

gcc-12-powerpc-linux-gnu

GNU C compiler (cross compiler for powerpc architecture)

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

librnd4-hid-gtk2-gdk

GUI: gtk2, software render

Software rendering on gtk2, using the gdk API.

libphobos2-ldc-shared105

LLVM D Compiler - Standard and runtime libraries

LDC is a portable compiler for the D programming language with modern optimization and code generation capabilities. It is based on the latest DMD frontend and uses LLVM as backend.

libn32gphobos3-mips-cross

Phobos D standard library (runtime library)

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

debugbreak

Put breakpoints in C/C++ code

debugbreak.h allows one to put breakpoints in their C/C++ code with a call to debug_break(). Include the header file and insert calls to debug_break() in the code where one wishes to break into the debugger. debugbreak supports GCC, Clang. debugbreak works well on ARM, AArch64, i686, x86-64, POWER and has a fallback code path for other architectures.