gfortran-14-i686-linux-gnu

GNU Fortran compiler for the i686-linux-gnu architecture

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

gnat-14-i686-linux-gnu

GNU Ada compiler for the i686-linux-gnu architecture

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

gobjc++-14-i686-linux-gnu

GNU Objective-C++ compiler for the i686-linux-gnu architecture

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

gobjc-14-i686-linux-gnu

GNU Objective-C compiler for the i686-linux-gnu architecture

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

lib64atomic1

support library providing __atomic built-in functions (64bit)

library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library.

libdevel-cover-perl

Perl tool for determining code coverage metrics

Devel::Cover is a Perl module that helps collect and display code coverage information. Code coverage information is collected using a pluggable runops function which counts how many times each op is executed. This data is then mapped back to reality using the B compiler modules. There is also a another statement profiler which needs a better backend to be really useful.