mongo
mongo copied to clipboard
An ocaml driver for mongodb
``` #=== ERROR while compiling mongo.0.67.2 =======================================# # context 2.0.0 | linux/x86_64 | base-bigarray.base base-threads.base base-unix.base ocaml-base-compiler.4.05.0 | https://opam.ocaml.org/#97298470 # path ~/.opam/4.05.0/.opam-switch/build/mongo.0.67.2 # command ~/.opam/opam-init/hooks/sandbox.sh build ocaml setup.ml -configure --enable-lwt...
Currently installation fails for OCaml versions >= 4.02.0 with lwt installed, since camlp4 is no longer distributed with the compiler. ~~~ ❯ opam install mongo The following actions will be...
Hi, I was playing around with Mongo.ml, and when I tried to use count (to count the elements in a collection), an exception was raised and I don't understand why....