libconvert-binary-c-perl 0.76-1build1 source package in Ubuntu

Changelog

libconvert-binary-c-perl (0.76-1build1) oneiric; urgency=low

  * Rebuild for Perl 5.12.
 -- Colin Watson <email address hidden>   Sun, 08 May 2011 12:49:04 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libconvert-binary-c-perl_0.76.orig.tar.gz 1.5 MiB 4f0ce8dcee618f9a2309161994545b1d019742387627bf647459033ae94952e5
libconvert-binary-c-perl_0.76-1build1.debian.tar.gz 6.6 KiB d2dd6a7ae3b2ef2c1e995ffedf3999ceda03c18e1fe848197572b0210a78598d
libconvert-binary-c-perl_0.76-1build1.dsc 2.1 KiB 63765100cd50103fca4511a2635c008b19be035b94b9cf8fc5dfd64bc638f8b8

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 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.