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

Changelog

libconvert-binary-c-perl (0.76-3build1) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 09:50:29 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

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-3build1.debian.tar.gz 7.3 KiB 910cf9dc8f7b24893169eb0edd945384cb49c74de54cd99c167f7e9157b9f70a
libconvert-binary-c-perl_0.76-3build1.dsc 2.3 KiB 7671b433ed946a5ea3198ce7b5f8dc037726858b53e034fedac04231af222084

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.