パッケージ: libconvert-binary-c-perl (0.85-1 など)
libconvert-binary-c-perl に関するリンク
Debian の資源:
libconvert-binary-c-perl ソースパッケージをダウンロード:
- [libconvert-binary-c-perl_0.85-1.dsc]
- [libconvert-binary-c-perl_0.85.orig.tar.gz]
- [libconvert-binary-c-perl_0.85-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.38)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: perl (>= 5.40.0-6)
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- dep: perlapi-5.40.0
- 以下のパッケージによって提供される仮想パッケージです: perl-base
-
- rec: libtie-hash-indexed-perl
- Ordered hashes for Perl
- または libtie-ixhash-perl
- 連想配列の順序づけ用 Perl モジュール