1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: libdata-parsebinary-perl
Section: perl
Priority: optional
Build-Depends: devscripts,
cdbs (>= 0.4.73~),
perl,
debhelper (>= 10~),
dh-buildinfo
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.3
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdata-parsebinary-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdata-parsebinary-perl
Homepage: https://metacpan.org/release/Data-ParseBinary
Testsuite: autopkgtest-pkg-perl
Package: libdata-parsebinary-perl
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: yet another parser for binary structures
Data::ParseBinary is a Perl Port for PyConstructs
<http://construct.wikispaces.com/>.
.
Data::ParseBinary enables writing declarations for simple and complex
binary structures, parsing binary to hash/array data structure, and
building binary data from hash/array data structure.
Multi-Arch: foreign
|