File: control

package info (click to toggle)
wreport 3.36-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,572 kB
  • sloc: cpp: 18,927; python: 583; sh: 78; makefile: 13
file content (82 lines) | stat: -rw-r--r-- 2,635 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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Source: wreport
Section: misc
Priority: optional
Maintainer: Enrico Zini <enrico@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13), dh-sequence-sphinxdoc, dh-python,
  pkg-config, meson,
  doxygen, python3-breathe,
  liblua5.1-0-dev,
  python3-dev, python3-docutils
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/ARPA-SIMC/wreport
Vcs-Git: https://github.com/ARPA-SIMC/wreport.git
Vcs-Browser: https://github.com/ARPA-SIMC/wreport

Package: libwreport-dev
Section: libdevel
Architecture: any
Depends: libwreport3t64 (= ${binary:Version}), liblua5.1-0-dev, ${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}, ${sphinxdoc: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: libwreport3t64
Provides: ${t64:Provides}
Replaces: libwreport3
Breaks: libwreport3 (<< ${source:Version})
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.

Package: python3-wreport
Section: python
Architecture: any
Depends: wreport-common, ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: Python library to work with BUFR and CREX weather bulletins
 Python bindings for wreport, a library to read and write weather reports in
 BUFR and CREX formats.