name: binary version: 0.8.2.1 id: binary-0.8.2.1-872fbff1078e8c19df26ff5528987842 license: BSD3 copyright: maintainer: Lennart Kolmodin, Don Stewart stability: provisional homepage: https://github.com/kolmodin/binary package-url: synopsis: Binary serialisation for Haskell values using lazy ByteStrings description: 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. category: Data, Parsing author: Lennart Kolmodin exposed: True exposed-modules: Data.Binary Data.Binary.Put Data.Binary.Get Data.Binary.Get.Internal Data.Binary.Builder Data.Binary.Builder.Internal hidden-modules: Data.Binary.Generic Data.Binary.Builder.Base Data.Binary.Class Data.Binary.Internal trusted: False import-dirs: ${pkgroot}/binary-0.8.2.1 library-dirs: ${pkgroot}/binary-0.8.2.1 hs-libraries: HSbinary-0.8.2.1 extra-libraries: extra-ghci-libraries: include-dirs: includes: depends: array-0.4.0.1-0eec8a1367dc70497ddf1004b2bc3e1a base-4.6.0.1-b4caa1d18c332900c72bf5d231dded4f bytestring-0.10.0.2-16133d2f96923727c37c1a16ec3a036e containers-0.5.0.0-aa10f9a2cebc51322247edfd76b424e7 hugs-options: cc-options: ld-options: framework-dirs: frameworks: haddock-interfaces: ${pkgroot}/../../share/doc/ghc-7.6/html/binary.haddock haddock-html: ${pkgroot}/../../share/doc/ghc-7.6/html