Name: bson Version: 0.0.1 x-revision: 1 Synopsis: BSON documents are JSON-like objects with a standard binary encoding Description: BSON (short for Binary JSON) is a binary-encoded serialization of JSON-like documents. . This implements version 1.0 of the BSON spec, which is defined at . Category: Data Homepage: http://github.com/TonyGen/bson-haskell Author: Tony Hannan Maintainer: Tony Hannan License: OtherLicense License-file: LICENSE Build-Depends: base < 4.3, time, bytestring, unix, network < 2.9, nano-md5, binary, data-binary-ieee754, compact-string-fix, mtl Build-Type: Simple Exposed-modules: Data.UString, Data.Bson, Data.Bson.Binary