File: control

package info (click to toggle)
netcdf 3.5.0-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,692 kB
  • ctags: 5,830
  • sloc: ansic: 31,545; fortran: 15,683; f90: 3,051; cpp: 1,986; makefile: 1,063; yacc: 755; lex: 208; sh: 10; awk: 2
file content (34 lines) | stat: -rw-r--r-- 1,103 bytes parent folder | download | duplicates (2)
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
Source: netcdf
Section: science
Priority: optional
Maintainer:  Brian Mays <brian@debian.org>
Build-Depends: fortran77-compiler
Standards-Version: 3.5.6.1

Package: netcdfg3
Architecture: any
Depends: ${shlibs:Depends}
Provides: netcdf, netcdfg
Conflicts: netcdf3 (<< 3.3.1-1)
Suggests: netcdf-doc
Description: An interface for scientific data access.
 NetCDF (network Common Data Form) is an interface for scientific
 data access and a freely-distributed software library that provides an
 implementation of the interface.  The netCDF library also defines a
 machine-independent format for representing scientific data.
 Together, the interface, library, and format support the creation,
 access, and sharing of scientific data.

Package: netcdfg-dev
Section: devel
Architecture: any
Depends: libc6-dev, netcdfg3 (=${Source-Version})
Conflicts: netcdf-dev
Description: Development kit for NetCDF.
 Includes headers, static libraries, and documentation.

Package: netcdf-bin
Architecture: any
Depends: ${shlibs:Depends}
Description: Support programs for NetCDF.
 Contains the programs ncdump and ncgen.