gfortran-12-aarch64-linux-gnu

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.

gfortran-12-arm-linux-gnueabihf

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.

gfortran-12-multilib-i686-linux-gnu

GNU Fortran compiler (multilib support) (cross compiler for i386 architecture)

This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler.

gfortran-12-multilib-x86-64-linux-gnu

GNU Fortran compiler (multilib support) (cross compiler for amd64 architecture)

This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler.

python3-cement

CLI Application Framework (Python3 version)

Cement is an advanced CLI Application Framework for Python. Its goal is to introduce a standard, and feature-full platform for both simple and complex command line applications as well as support rapid development needs without sacrificing quality. Cement is flexible, and it’s use cases span from the simplicity of a micro-framework to the complexity of a mega-framework.

ruby-damerau-levenshtein

Calculation of editing distance for 2 strings using Levenshtein or

Damerau-Levenshtein algorithms This gem implements pure Levenshtein algorithm, Damerau modification (where 2 character transposition counts as 1 edit distance). It also includes Boehmer & Rees 2008 modification, to handle transposition in blocks with more than 2 characters (Boehmer & Rees 2008).