gfortran-11-x86-64-linux-gnux32

GNU Fortran compiler

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

gm2-11-alpha-linux-gnu

GNU Modula-2 compiler (cross compiler for alpha architecture)

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

graudit

grep rough audit - source code auditing tool

This is a simple script and signature sets that allows you to find potential security flaws in source code using the GNU utility grep. It's comparable to other static analysis applications like RATS, SWAAT and flaw-finder while keeping the technical requirements to a minimum and being very flexible.

liblld-13

LLVM-based linker, library

LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project.

clang-13

C, C++ and Objective-C compiler

Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC).

clangd-13

Language server that provides IDE-like features to editors

clangd understands your C++ code and adds smart features to your editor: - code completion - compile errors - go-to-definition - and more.