Skip to content

0.9.0+dune

Latest
Compare
Choose a tag to compare
@NathanReb NathanReb released this 09 Mar 17:05
· 5 commits to master since this release

CHANGES:

  • Require OCaml >= 4.08. This drops the dependency on the
    stdlib-shims and seq packages.
  • Add the [@@ocaml.deprecated] annotation to deprecated
    functions. Thanks to Antonin Décimo for the patch.