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

Changelog

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

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Thu, 17 Mar 2022 19:57:14 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

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-3build1.debian.tar.xz 4.2 KiB 1879fa32dea641e14f178993d36156c53c9e10387835ed47738a3d252c1e2d2e
python-libais_0.17+git.20190917.master.e464cf8-3build1.dsc 2.4 KiB 383cfc8ce7a318d3362ce3b95ba2da520ce6a78c686076349e570189ea73099f

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