bson icon indicating copy to clipboard operation
bson copied to clipboard

An ocaml implementation for bson

Results 5 bson issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to install this module with opam, since it's required by [this](https://github.com/MassD/mongo) The error is as follows: ``` [ERROR] The compilation of bson failed at "ocaml setup.ml -configure...

When a document is encoded and then decoded, the order of elements is reversed. ``` # open Bson # let d = empty |> add_element "a" (create_string "a") |> add_element...

Handling Bigstring (bigarrays of char) directly would be useful to avoid copying.