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

Changelog

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

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 10:44:48 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble 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-4build1.debian.tar.xz 6.2 KiB 68b7a16d6aa0fcbab3f05720ab132d5082fe758edbdc9090443593f70b68d478
python-libais_0.17+git.20190917.master.e464cf8-4build1.dsc 2.4 KiB 8428a8e9d57e3fe0415d4ec5ad5f8167f336acfe7f99675229da2e0bcd8df818

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