python-libais 0.17+git.20190917.master.e464cf8-3build2 source package in Ubuntu

Changelog

python-libais (0.17+git.20190917.master.e464cf8-3build2) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 10:58:39 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Debian Python 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-3build2.debian.tar.xz 4.3 KiB 631aa74c365595c2154cd313c31910e7092895aa2a73fc5606e0f5783e990a5d
python-libais_0.17+git.20190917.master.e464cf8-3build2.dsc 2.4 KiB f123f019bc56b25b3c23061430ec98725b4c4fd1d4ad1acdd640a3fc2561b511

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