File: control

package info (click to toggle)
netcdf-perl 1.2-6
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 268 kB
  • ctags: 5
  • sloc: perl: 366; makefile: 145
file content (17 lines) | stat: -rw-r--r-- 606 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: netcdf-perl
Section: math
Priority: optional
Maintainer: Brian Mays <brian@debian.org>
Standards-Version: 2.3.0.1

Package: netcdf-perl
Architecture: any
Depends: perl (>=5.004.00-1), perl (<<5.005.00-1), netcdfg3
Description: A perl extension for accessing netCDF datasets.
 netCDFPerl is a port of the netCDF package into a native Perl
 extension.
 .
 The functions in the netCDF library can be accessed by a Perl script
 by replacing the `nc' prefix of the regular netCDF C function names
 with NetCDF::.  For example, the C function nccreate() is available to
 a perl script as NetCDF::create.