construct 2.8.16-0.2 source package in Ubuntu

Changelog

construct (2.8.16-0.2) unstable; urgency=medium

  * Non-maintainer upload
  * Add versioned Breaks for packages not compatible with >2.5. Thanks
    Hilko Bengen for the patch (Closes: #882808)

 -- Sebastien Delafond <email address hidden>  Wed, 29 Nov 2017 09:27:45 +0100

Upload details

Uploaded by:
Jonathan Wiltshire
Uploaded to:
Sid
Original maintainer:
Jonathan Wiltshire
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
construct_2.8.16-0.2.dsc 1.6 KiB ae4ad4e5ce36510bd304d5ed7280921a77c90fde5f665325515c29aea2a6cff4
construct_2.8.16.orig.tar.gz 62.1 KiB 9a5dbd459e26933bd572389d99c26a0db180b3e2f5fd06950a38b1944cff2548
construct_2.8.16-0.2.debian.tar.xz 2.8 KiB 4d7843ccb63e2225d31ca10e953a65b46c2faaea4b3b97eb15e4a75aa8d68023

Available diffs

No changes file available.

Binary packages built by this source

python-construct: No summary available for python-construct in ubuntu focal.

No description available for python-construct in ubuntu focal.

python3-construct: powerful declarative parser (and builder) for binary data

 Construct is a python library for parsing and building of data structures
 (binary or textual).
 .
 It is based on the concept of defining data structures in a declarative
 manner, rather than procedural code: more complex constructs are composed of
 a hierarchy of simpler ones. It's the first library that makes parsing
 fun, instead of the usual headache it is today.