construct 2.10.68+dfsg1-2 source package in Ubuntu
Changelog
construct (2.10.68+dfsg1-2) unstable; urgency=medium [ Debian Janitor ] * Remove constraints unnecessary since buster * Trim trailing whitespace. * Update standards version to 4.6.0, no changes needed. -- Jelmer Vernooij <email address hidden> Tue, 06 Dec 2022 12:31:33 +0000
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
construct_2.10.68+dfsg1-2.dsc | 2.2 KiB | cc2bf9ac73c2b98786254c038ba729bf4ee4e4ceae7c84973a626dcc572106f6 |
construct_2.10.68+dfsg1.orig.tar.xz | 592.1 KiB | e4573490d66f2889fdc79f7a8ed78568588436b21424795ba6cfbecc1ae6eb42 |
construct_2.10.68+dfsg1-2.debian.tar.xz | 4.2 KiB | 4cad363d233808c7c5debc4807b1869eee87e714cfad7873986c346c1222f34f |
Available diffs
- diff from 2.10.68+dfsg1-1 to 2.10.68+dfsg1-2 (975 bytes)
No changes file available.
Binary packages built by this source
- 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.