软件包:libconvert-binary-c-perl(0.84-1)
libconvert-binary-c-perl 的相关链接
Debian 的资源:
下载源码包 libconvert-binary-c-perl:
- [libconvert-binary-c-perl_0.84-1.dsc]
- [libconvert-binary-c-perl_0.84.orig.tar.gz]
- [libconvert-binary-c-perl_0.84-1.debian.tar.xz]
维护小组:
- Debian Perl Group (QA 页面, 邮件存档)
- Charles Plessy (QA 页面)
- gregor herrmann (QA 页面)
- Dominic Hargreaves (QA 页面)
外部的资源:
- 主页 [metacpan.org]
相似软件包:
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 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.11)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: perl (>= 5.32.0-5)
- 拉里 沃尔的实用报表提取语言(Perl)
-
- dep: perlapi-5.32.0
- 本虚包由这些包填实: perl-base
-
- rec: libtie-hash-indexed-perl
- Ordered hashes for Perl
- 或者 libtie-ixhash-perl
- Perl module to order associative arrays