File: control

package info (click to toggle)
ratfor 1.0-16
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 120 kB
  • ctags: 311
  • sloc: ansic: 1,802; makefile: 89
file content (18 lines) | stat: -rw-r--r-- 619 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: ratfor
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.8.2
Build-Depends: debhelper(>=5.0)

Package: ratfor
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: g77 | fort77, f2c
Description: Rational Fortran preprocessor for Fortran 77
 Ratfor77 is a preprocessor that converts the Rational Fortran dialect
 into ordinary Fortran 77. The output can then be compiled using g77
 or f2c + gcc.
 .
 The Ratfor dialect provides C-like control structures and some
 syntactic sugar that makes Fortran programs easier to read and write.