bson-0.0.2: bson.cabal
Name: bson
Version: 0.0.2
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 <http://bsonspec.org>.
Category: Data
Homepage: http://github.com/TonyGen/bson-haskell
Author: Tony Hannan
Maintainer: Tony Hannan <tony@10gen.com>
License: OtherLicense
License-file: LICENSE
Build-Depends: base < 5, time, bytestring, unix, network, nano-md5, binary, data-binary-ieee754, compact-string-fix, mtl
Build-Type: Simple
Exposed-modules: Data.UString, Data.Bson, Data.Bson.Binary