Paketname | libghc6-binary-doc |
Beschreibung | Haskell library for binary serialisation; documentation |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.5.0.2-1 |
Sektion | doc |
Priorität | extra |
Installierte Größe | 644 Byte |
Hängt ab von | |
Empfohlene Pakete | ghc6-doc |
Paketbetreuer | Debian Haskell Group |
Quelle | haskell-binary |
Paketgröße | 73276 Byte |
Prüfsumme MD5 | 7e492afe78c04eca544d010873464c89 |
Prüfsumme SHA1 | aebc56a683071134e45856e5b2d51cbb0b9c886d |
Prüfsumme SHA256 | f23d8218dcb0241b5f92cfdef644d30c1c81e0732c02897cdff78b13a17c48cc |
Link zum Herunterladen | libghc6-binary-doc_0.5.0.2-1_all.deb |
Ausführliche Beschreibung | This package provides documentation for Data.Binary Haskell module.
.
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).
|