OCaml has seen a significant amount of change over the last few years with lots of significant improvements not only in the compiler but also the tooling. My question is simple: Are there plans to pick a compiler version after which backward compatibility will be maintained?
I ask because maintained a library can be difficult (and time consuming) if you want to allow older versions of the compiler. This is important as not everyone can move compiler versions with the same velocity.