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:
On Windows, Alice v0.2.0 can be installed with WinGet:
On macOS and Linux, the latest version of Alice can be installed with Homebrew:
Alternatively, on macOS and Linux, Alice v0.2.0 can be installed by running the install script:
On NixOS, Alice v0.2.0 can be installed via the flake
github:alicecaml/alice/0.2.0, e.g.:
Read more about installing Alice here.
Release Notes
Added
- Generate files necessary to support ocamllsp.
Changed
- Switch to github for hosting tool archives.
- Display progress bar while downloading tools.