python-libais 0.17+git.20190917.master.e464cf8-2build3 source package in Ubuntu

Changelog

python-libais (0.17+git.20190917.master.e464cf8-2build3) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 06:58:38 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Python Modules Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-libais_0.17+git.20190917.master.e464cf8.orig.tar.gz 945.5 KiB bd8f30e2e43744587cc4fef9a546e84b9933e9842253ec02d7daba05ce50e5aa
python-libais_0.17+git.20190917.master.e464cf8-2build3.debian.tar.xz 3.8 KiB 3abf81db4ff1ee6d59fdcd91c979f9989b35edb4a38efa76a5fa3d34dd3cbd83
python-libais_0.17+git.20190917.master.e464cf8-2build3.dsc 2.4 KiB 7dd0d7716e5c8a6bdcebbe592d91c6b886f546924f8c9e2469732ff994b9e618

View changes file

Binary packages built by this source

libais-tools: 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.

python3-ais: 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.

python3-ais-dbgsym: debug symbols for python3-ais