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 Debian Archiv squeeze (main)
Version0.74-1
Sektionperl
Prioritätoptional
Installierte Größe796 Byte
Hängt ab vonperl (>= 5.10.0-19), perlapi-5.10.0, libc6 (>= 2.3)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße310262 Byte
Prüfsumme MD5ba205c6e43637455fba46f64cd14b85f
Prüfsumme SHA1043aa6dde5c754744b49cac8ab608186e162707c
Prüfsumme SHA256b2063e752c8bccc757090e93c7e2f6a4328dba357b37fa8c04360e32b693e60a
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