Utop 2.17.0

We're happy to announce the release of utop 2.17.0.

This release brings:

  • Support for OCaml 5.5 (#510).
  • Decoupling of utop.el from tuareg-mode (#511): tuareg is now loaded lazily, and other OCaml major modes for Emacs (such as neocaml) can integrate with utop via the new utop-mode-compat-alist. Existing tuareg, caml, typerex, and reason users are unaffected.

For more details, see the full changelog below.

See full changelog
  • Add support for OCaml 5.5 (#510 @anmonteiro)
  • Add support for neocaml or other major modes in utop.el (#511, @bbatsov)