libconvert-binary-c-perl 0.85-1 source package in Ubuntu

Changelog

libconvert-binary-c-perl (0.85-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.0, no changes needed.
  * Update standards version to 4.6.2, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 0.85.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.7.0.

 -- gregor herrmann <email address hidden>  Sat, 05 Oct 2024 19:42:01 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe perl

Downloads

File Size SHA-256 Checksum
libconvert-binary-c-perl_0.85-1.dsc 2.6 KiB cfab98dbe2b4f082cb2c02951e49beea1e468aae739e3a8b82649a2d2059818f
libconvert-binary-c-perl_0.85.orig.tar.gz 1.3 MiB c4cf42e00ea429ae3db276755b922282b4e8e9419d0eaf094aaa24107abc50e5
libconvert-binary-c-perl_0.85-1.debian.tar.xz 6.1 KiB 6935874bb3bfb04ab9edab0f609a3af6427979a4d62e8201ea8ec16d6dab8b12

No changes file available.

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