DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibconvert-binary-c-perl
BeschreibungBinary Data Conversion using C Types
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.74-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe816 Byte
Hängt ab vonperl (>= 5.10.0-19ubuntu1), perlapi-5.10.0, libc6 (>= 2.4)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße318884 Byte
Prüfsumme MD5d844ca036bc2dfd8ef6e448c06d8da83
Prüfsumme SHA155fc32e8ff5f8dc25dc701e510c2e036c3e96b77
Prüfsumme SHA25625a60e538fd7efd57fd7908e04e83547116f51802dae1df34857eb3535ea1aa6
Link zum Herunterladenlibconvert-binary-c-perl_0.74-1_i386.deb
Ausführliche BeschreibungConvert::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 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.


Impressum
Linux is a registered trademark of Linus Torvalds