Update status in readme

This commit is contained in:
Jeremie Dimino 2018-03-20 16:28:36 -04:00
parent 994fb12651
commit edf3270eb0
1 changed files with 7 additions and 6 deletions

View File

@ -145,9 +145,10 @@ ocaml-core@googlegroups.com or [open a ticket on github][issues].
Status
------
Dune is now fairly stable and is used by the majority of packages on opam.
Nevertheless, breaking changes are expected until 1.0. The release of 1.0 will
also include the jbuilder to dune renaming. This renaming will do away with the
old name entirely. While this will be a breaking change, dune will provide a
tool to automatically migrate pre 1.0 projects.
Dune is now fairly stable and is used by the majority of packages on
opam. The package is still in beta version as we are waiting for the
renaming from Jbuilder to Dune before releasing version 1.0.0. Note
that Dune will have backward compatiblity with Jbuilder, in particular
existing Jbuilder projects will continue to be buildable with
Dune. Additionally, Dune will be able to automatically convert a
Jbuilder project into a Dune project.