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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: wreport
Section: misc
Priority: optional
Maintainer: Enrico Zini <enrico@debian.org>
Build-Depends:
debhelper (>= 9), dh-buildinfo, dh-autoreconf,
doxygen, gperf, pkg-config,
liblua5.1-0-dev,
libwibble-dev (>= 1.0), libwibble-dev (<< 2.0)
Standards-Version: 3.9.5.0
Homepage: http://sourceforge.net/p/wreport
Vcs-Svn: https://svn.smr.arpa.emr.it/dballe/wreport/trunk
Package: libwreport-dev
Section: libdevel
Architecture: any
Depends: libwreport2 (= ${binary:Version}), ${misc:Depends}
Recommends: pkg-config
Description: library for working with weather reports
libwreport is a C++ library for working with weather reports.
.
The main feature of libwreport is a powerful decoder and encoder for the BUFR
and CREX formats.
.
It also provides a useful abstraction to handle values found in weather
reports, with awareness of significant digits, measurement units, variable
descriptions, unit conversion and attributes on variables.
.
Features provided:
.
* Read and write BUFR version 2, 3, and 4
* Read and write CREX
* Unit conversion
* Handling of physical variables
Package: libwreport-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: documentation for libwreport
libwreport is a C++ library to read and write weather reports in BUFR and CREX
formats.
.
This is the documentation for the library.
Package: libwreport2
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: wreport-common, ${shlibs:Depends}, ${misc:Depends}
Description: shared library for working with weather reports
libwreport is a C++ library to read and write weather reports in BUFR and CREX
formats.
.
This is the shared library for C programs.
Package: wreport-common
Section: misc
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: common data files for libwreport
libwreport is a C++ library to read and write weather reports in BUFR and CREX
formats.
.
This package contains common wreport data files, such as variable metadata and
BUFR and CREX decoding tables.
|