libconvert-binary-c-perl 0.84-1build3 source package in Ubuntu

Changelog

libconvert-binary-c-perl (0.84-1build3) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:06:18 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libconvert-binary-c-perl_0.84.orig.tar.gz 1.3 MiB a99ce7a8e60b8c6fe1cf73f290e423bd206e8721e3588ed125eebf7c39be3fb0
libconvert-binary-c-perl_0.84-1build3.debian.tar.xz 6.1 KiB e438ed0c9b4c1699bca96db22bd56f2bb864cc8645c73cf12bac5328e60c2054
libconvert-binary-c-perl_0.84-1build3.dsc 2.4 KiB 422ab85f187a5eb1f68c0ce094bc14384ea1e06115cd914bf987d0e1b9a304af

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