The bson package
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 |
|---|---|
| Dependencies | base (<5), binary, bytestring, cryptohash, data-binary-ieee754, mtl (≥2), network, text (0.11.*), time |
| License | OtherLicense |
| Copyright | Copyright (c) 2010-2012 10gen Inc. |
| Author | Tony Hannan |
| Maintainer | Fedor Gogolev <knsd@knsd.net> |
| Category | Data |
| Home page | http://github.com/selectel/bson-haskell |
| Upload date | Tue Mar 19 06:14:56 UTC 2013 |
| Uploaded by | FedorGogolev |
| Built on | ghc-7.6 |
| Distributions | NixOS: 0.2.2 |
Modules
Downloads
- bson-0.2.2.tar.gz (Cabal source package)
- package description (included in the package)