The latest stable release of irmin-watcher isn't compatible with dune 2.0, this in turns makes it incompatible with OCaml 4.12 due to the requirements of lwt in that version of the compiler.
The current state of master compiles fine with OCaml 4.12, no change needed.
Could there be a release soonish?
Unfortunately it is not clear that the current master works fine on macOS as the CI is completely broken. Will have a look later this week but last time I looked into it it was a bit of a nightmare.
The latest stable release of
irmin-watcher
isn't compatible with dune 2.0, this in turns makes it incompatible with OCaml 4.12 due to the requirements oflwt
in that version of the compiler.The current state of master compiles fine with OCaml 4.12, no change needed. Could there be a release soonish?