binary-0.7.0.1: Binary serialisation for Haskell values using lazy ByteStrings

The binary package

Efficient, pure binary serialisation using lazy ByteStrings. Haskell values may be encoded to and from binary formats, written to disk as binary, or sent over the network. The format used can be automatically generated, or you can choose to implement a custom format if needed. Serialisation speeds of over 1 G/sec have been observed, so this library should be suitable for high performance scenarios.

Properties

Versions0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.3.1, 0.4.4, 0.4.5, 0.5, 0.5.0.1, 0.5.0.2, 0.5.1.0, 0.5.1.1, 0.6.0.0, 0.6.1.0, 0.6.2.0, 0.6.3.0, 0.6.4.0, 0.7.0.0, 0.7.0.1, 0.7.1.0
Dependenciesarray, base (≥3.0 & <5), bytestring (≥0.9), containers
LicenseBSD3
AuthorLennart Kolmodin <kolmodin@gmail.com>
MaintainerLennart Kolmodin, Don Stewart <dons00@gmail.com>
Stabilityprovisional
CategoryData, Parsing
Home pagehttps://github.com/kolmodin/binary
Source repositorygit clone git://github.com/kolmodin/binary.git
Upload dateSat Mar 2 07:53:57 UTC 2013
Uploaded byLennartKolmodin
Built onghc-7.6
DistributionsFedora: 0.5.1.0, NixOS: 0.7.1.0, Debian: 0.5.0.2

Modules

Downloads