name: binary version: 0.3 x-revision: 1 license: BSD3 license-file: LICENSE author: Lennart Kolmodin maintainer: Lennart Kolmodin homepage: http://www.cse.unsw.edu.au/~dons/binary.html description: Efficient, pure binary serialisation using lazy ByteStrings. Haskell values may be encoded to and form binary formats, written to disk as binary, or set over the network. synopsis: Binary serialization for Haskell values using lazy ByteStrings category: Data, Parsing build-depends: base < 4.3 -- ghc 6.4 also needs package fps exposed-modules: Data.Binary, Data.Binary.Put, Data.Binary.Get, Data.Binary.Builder extensions: CPP,FlexibleInstances hs-source-dirs: src ghc-options: -O2 -Wall -Werror -fliberate-case-threshold=1000 extra-source-files: README