Skip to content

0.8.10+dune

Compare
Choose a tag to compare
@TheLortex TheLortex released this 01 Feb 14:49
· 9 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.