Source: f2c Maintainer: Barak A. Pearlmutter Section: devel Priority: optional Build-Depends: debhelper (>= 11~) Standards-Version: 4.1.3 Vcs-Browser: https://salsa.debian.org/debian/f2c Vcs-Git: https://salsa.debian.org/debian/f2c.git Homepage: http://www.netlib.org/f2c/ Package: f2c Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libf2c2-dev Recommends: gcc Suggests: fort77 Description: FORTRAN 77 to C/C++ translator Translates FORTRAN 77 (with some extensions) into C, so that it can then be compiled and run on a system with no Fortran compiler. The C files must then be linked against the appropriate libraries. . This is an actively maintained FORTRAN to C translator and with the fort77 frontend provides an ideal way to compile FORTRAN routines as black boxes (for example for invocation from C). Source level debugging facilities are not available, and error messages are not as well developed as in g77.