libconvert-binary-c-perl 0.78-1build4 source package in Ubuntu

Changelog

libconvert-binary-c-perl (0.78-1build4) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 19:29:58 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe perl

Downloads

File Size SHA-256 Checksum
libconvert-binary-c-perl_0.78.orig.tar.gz 1.5 MiB 24008c3f89117005d308bb2fd2317db6d086a265be6e98855109bbc12a52f2ea
libconvert-binary-c-perl_0.78-1build4.debian.tar.xz 6.5 KiB a557933a0e4a2f139987c38a2d7ec4935e23b7ade17ad18d1ed05eff51ee23ef
libconvert-binary-c-perl_0.78-1build4.dsc 2.3 KiB 4ee6392bad0e82bf66a7f21d1bc00d00fda95904fab4ca6cdca1508e57d7e26d

Available diffs

View changes file

Binary packages built by this source

libconvert-binary-c-perl: Binary Data Conversion using C Types

 Convert::Binary::C is a preprocessor and parser for C type definitions. It is
 highly configurable and supports arbitrarily complex data structures. Its
 object-oriented interface has pack and unpack methods that act as replacements
 for Perl's pack and unpack and allow one to use C types instead of a string
 representation of the data structure for conversion of binary data from and to
 Perl's complex data structures.
 .
 Actually, what Convert::Binary::C does is not very different from what a C
 compiler does, just that it doesn't compile the source code into an object
 file or executable, but only parses the code and allows Perl to use the
 enumerations, structs, unions and typedefs that have been defined within your
 C source for binary data conversion, similar to Perl's pack and unpack.

libconvert-binary-c-perl-dbgsym: debug symbols for libconvert-binary-c-perl