1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: f2c
Maintainer: Barak A. Pearlmutter <bap@debian.org>
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.
|