mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
10 lines
485 B
Plaintext
10 lines
485 B
Plaintext
Convert::Binary::C is a preprocessor and parser for C type definitions.
|
|
It is highly configurable and should support 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 the C types instead of a string representation of the data
|
|
structure for conversion of binary data from and to Perl's complex data
|
|
structures.
|
|
|
|
WWW: https://metacpan.org/release/Convert-Binary-C
|