Alice v0.2.0

Announcing the release of Alice v0.2.0!

This release adds support for LSP by generating .cmt files in the build directory and a .merlin file at the project’s root, as well as adding an additional development tool dot-merlin-reader which is necessary for using ocamllsp in non-Dune projects. There’s a new LSP page on this site with instructions for setting up your environment and editor to use LSP in Alice projects.

Install Alice v0.2.0

On all platforms that support Opam, install Alice v0.2.0 with:

opam update && opam install alice.0.2.0

On Windows, Alice v0.2.0 can be installed with WinGet:

winget install OCaml.Alice --version 0.2.0

On macOS and Linux, the latest version of Alice can be installed with Homebrew:

brew install alicecaml/homebrew-tap/alice

Alternatively, on macOS and Linux, Alice v0.2.0 can be installed by running the install script:

curl -fsSL https://alicecaml.org/install.sh | sh -s -- 0.2.0

On NixOS, Alice v0.2.0 can be installed via the flake github:alicecaml/alice/0.2.0, e.g.:

nix shell github:alicecaml/alice/0.2.0

Read more about installing Alice here.

Release Notes

Added

Changed