bson: BSON documents are JSON-like objects with a standard binary encoding.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
A BSON Document is an untyped (dynamically type-checked) record. I.e. it is a list of name-value pairs, where a Value is a single sum type with constructors for basic types (Bool, Int, Float, String, and Time), compound types (List, and (embedded) Document), and special types (Binary, Javascript, ObjectId, RegEx, and a few others). A BSON Document is serialized to a standard binary encoding defined at http://bsonspec.org. This implements version 1 of that spec.
Properties
Versions | 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.3, 0.3.1, 0.3.2, 0.3.2.1, 0.3.2.2, 0.3.2.3, 0.3.2.3, 0.3.2.6, 0.3.2.7, 0.3.2.8, 0.4.0.0, 0.4.0.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (<5), binary (>=0.5 && <0.9), bytestring, cryptohash, data-binary-ieee754, mtl (>=2), network, text (>=0.11), time [details] |
License | LicenseRef-OtherLicense |
Copyright | Copyright (c) 2010-2012 10gen Inc. |
Author | Tony Hannan |
Maintainer | Fedor Gogolev <knsd@knsd.net>, Greg Weber <greg@gregweber.info> |
Category | Data |
Home page | http://github.com/mongodb-haskell/bson |
Uploaded | by VictorDenisov at 2016-07-17T20:47:23Z |
Modules
[Index]
Downloads
- bson-0.3.2.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees