套件: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.33)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: perl (>= 5.36.0-4)
- Larry Wall's Practical Extraction and Report Language
-
- dep: perlapi-5.36.0
- 本虛擬套件由這些套件填實: perl-base
-
- rec: libtie-hash-indexed-perl
- Ordered hashes for Perl
- 或者 libtie-ixhash-perl
- Perl module to order associative arrays