File: control

package info (click to toggle)
g2clib 1.6.0-9
  • links: PTS
  • area: main
  • in suites: buster
  • size: 700 kB
  • sloc: ansic: 5,538; makefile: 577
file content (31 lines) | stat: -rw-r--r-- 982 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
Source: g2clib
Section: utils
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper  (>= 10), gfortran, libpng-dev, zlib1g-dev, pkg-config,
 libopenjp2-7-dev 
Standards-Version: 4.1.1
Homepage: http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/

Package: libgrib2c0d
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: NCEP GRIB2 encoder/decoder library
 This is the libgrib2c library from NCEP for encoding and decoding 'GRIB2'
 data formats. 

Package: libgrib2c-dev
Section: libdevel
Architecture: any
Depends: libgrib2c0d ( = ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Recommends: pkg-config
Description: NCEP GRIB2 library - development files
 This is the libgrib2c library from NCEP for encoding and
 decoding 'GRIB2' data formats.
 .
 This package contains the static libraries and headers needed to build 
 applications against libgrib2.