File: control

package info (click to toggle)
netcdf-perl 1.2.1-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 288 kB
  • ctags: 6
  • sloc: perl: 351; makefile: 165; sh: 9
file content (18 lines) | stat: -rw-r--r-- 609 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: netcdf-perl
Section: science
Priority: optional
Maintainer: Brian Mays <brian@debian.org>
Build-Depends: perl5, netcdfg-dev
Standards-Version: 3.5.6.1

Package: netcdf-perl
Architecture: any
Depends: perl, 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 nc_create() is available to
 a perl script as NetCDF::create.