File: control

package info (click to toggle)
python-libais 0.17%2Bgit.20190917.master.e464cf8-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,828 kB
  • sloc: cpp: 56,058; python: 11,979; makefile: 537; sh: 466
file content (51 lines) | stat: -rw-r--r-- 1,646 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
Source: python-libais
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python3-all-dev,
 python3-setuptools,
 python3-six,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-runner <!nocheck>,
 help2man,
Standards-Version: 4.7.0
Homepage: https://github.com/schwehr/libais
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-libais
Vcs-Git: https://salsa.debian.org/python-team/packages/python-libais.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-ais
Architecture: any
Depends: ${python3:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Description: Library for decoding maritime Automatic Identification System messages
 There are two interfaces to libais, one high-level iterator based one
 and a low-level fast C++ only one.
 .
 To use the low-level C++ interface directly, you need to handle multi-line
 messages and padding yourself.
 .
 This package installs the library for Python 3.

Package: libais-tools
Architecture: all
Section: net
Depends: ${python3:Depends},
 python3-ais (>= ${source:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: Cli tools for decoding maritime Automatic Identification System messages
 There are two interfaces to libais, one high-level iterator based one
 and a low-level fast C++ only one.
 .
 To use the low-level C++ interface directly, you need to handle multi-line
 messages and padding yourself.
 .
 This package installs command line tools.