File: control

package info (click to toggle)
libf2c2 20240504-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,360 kB
  • sloc: ansic: 10,667; makefile: 29
file content (38 lines) | stat: -rw-r--r-- 1,189 bytes parent folder | download
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
28
29
30
31
32
33
34
35
36
37
38
Source: libf2c2
Maintainer: Barak A. Pearlmutter <bap@debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/libf2c2
Vcs-Git: https://salsa.debian.org/debian/libf2c2.git
Homepage: https://netlib.org/f2c/index.html

Package: libf2c2
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Shared libraries for use with FORTRAN applications
 These are the shared libraries required for running
 applications containing a component written in FORTRAN
 which was converted to C using the FORTRAN to C translator
 f2c.

Package: libf2c2-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libf2c2 (= ${binary:Version}),
         libc6-dev,
         ${misc:Depends}
Description: Development libraries for use with f2c
 These are the necessary static libraries and header
 files for an implementation of the fortran intrinsic
 functions and IO functions.
 .
 They are required when linking applications built from the
 C output from the FORTRAN to C translator f2c.