File: control

package info (click to toggle)
python-libais 0.17%2Bgit.20190917.master.e464cf8-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,768 kB
  • sloc: cpp: 56,058; python: 11,974; makefile: 535; sh: 453
file content (49 lines) | stat: -rw-r--r-- 1,610 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
Source: python-libais
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper-compat (= 12),
 dh-python,
 python3-all-dev,
 python3-setuptools,
 python3-six,
 python3-pytest-cov <!nocheck>,
 python3-pytest-runner <!nocheck>,
 help2man,
Standards-Version: 4.5.0
Homepage: https://github.com/schwehr/libais
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-libais.git
Vcs-Git: https://salsa.debian.org/python-team/modules/python-libais
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.