Paketname | libghc6-binary-dev |
Beschreibung | Haskell library for binary serialisation using lazy ByteStrings |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.5.0.2-1 |
Sektion | haskell |
Priorität | extra |
Installierte Größe | 928 Byte |
Hängt ab von | libghc6-array-dev-0.3.0.0-dbdf7, libghc6-base-dev-4.2.0.0-73995, libghc6-bytestring-dev-0.9.1.5-2d4a |
Empfohlene Pakete | |
Paketbetreuer | Debian Haskell Group |
Quelle | haskell-binary |
Paketgröße | 195816 Byte |
Prüfsumme MD5 | 63bda2cafc482fba857e76d354b62865 |
Prüfsumme SHA1 | 6fcd72c28b3d2eae6c03dc1431ca239cbb7306e3 |
Prüfsumme SHA256 | 94f87edeaca7edebb69e268450a86bcb9057262b29fddb0a572824aec8d857ca |
Link zum Herunterladen | libghc6-binary-dev_0.5.0.2-1_i386.deb |
Ausführliche Beschreibung | Binary serialisation of Haskell values to and from lazy ByteStrings.
The Binary library provides methods for encoding Haskell values as
streams of bytes directly in memory. The resulting ByteString can
then be written to disk, sent over the network, or futher processed
(for example, compressed with gzip).
.
The 'Binary' package is notable in that it provides both pure, and
high performance serialisation.
.
Values are always encoded in network order (big endian) form, and
encoded data should be portable across machine endianess, word size,
or compiler version. For example, data encoded using the Binary class
could be written from GHC, and read back in Hugs.
|