File: control

package info (click to toggle)
netcdf-perl 1.2-9
  • links: PTS
  • area: main
  • in suites: potato
  • size: 276 kB
  • ctags: 7
  • sloc: perl: 366; makefile: 154; sh: 31
file content (18 lines) | stat: -rw-r--r-- 615 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: math
Priority: optional
Maintainer: Brian Mays <brian@debian.org>
Build-Depends: perl5, netcdfg-dev
Standards-Version: 3.1.1.1

Package: netcdf-perl
Architecture: any
Depends: ${perl:Depends}, 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.