Closed rprimet closed 5 years ago
Currently, yes. However, on the long run, probably it is a good idea to drop MongoDB and hence the OCaml dependency too.
With Opam 2.x, it is easy to handle several versions of OCaml at the same time now.
A workaround would be to maintain a fork of mongo
and changing the version constraint I guess. In the meantime, you can also have your own fork.
Hi,
I am trying to build logipedia as per the README instructions.
My attempt to install the ocaml
mongo
driver withopam install mongo
fails with the error:According to the opam website,
mongo
and its dependencybson
were last released in 2014.Is there any workaround for that?
Does that mean that we are locked to ocaml < 4.06 going forward?
Apologies for any misunderstandings / basic mistakes, I am a complete ocaml novice.