Paketname | libghc6-binary-doc |
Beschreibung | Haskell library for binary serialisation; documentation |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.5.0.2-1 |
Sektion | universe/doc |
Priorität | optional |
Installierte Größe | 644 Byte |
Hängt ab von | |
Empfohlene Pakete | ghc6-doc |
Paketbetreuer | Ubuntu Developers |
Quelle | haskell-binary |
Paketgröße | 71794 Byte |
Prüfsumme MD5 | 0e33df3edd57280c0042d5444d6d823d |
Prüfsumme SHA1 | 01925a74055901e6e693bd3f797e534ac7eddb07 |
Prüfsumme SHA256 | 771e7c55321d67d252431614fe3f783d8b2c9841ef8700435eb787271ca7aab0 |
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).
|