File: control

package info (click to toggle)
cfortran 4.4-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 440 kB
  • ctags: 1,350
  • sloc: ansic: 2,719; fortran: 477; makefile: 36
file content (16 lines) | stat: -rw-r--r-- 632 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: cfortran
Section: devel
Priority: optional
Maintainer: Kevin B. McCarty <kmccarty@princeton.edu>
Build-Depends-Indep: debhelper (>> 3.0.0)
Standards-Version: 3.6.1

Package: cfortran
Architecture: all
Recommends: gcc | c-compiler, g77 | fortran-compiler
Conflicts: libcfitsio-dev (<< 2.440-1)
Description: Header file permitting Fortran routines to be called in C/C++
 cfortran.h is an easy-to-use powerful bridge between C and FORTRAN.
 It provides a completely transparent, machine independent interface between
 C and FORTRAN routines (= subroutines and/or functions) and global data,
 i.e. structures and COMMON blocks.