Alice v0.5.0

Announcing the release of Alice v0.5.0!

This change introduces parallel builds of packages.

Install Alice v0.5.0

On all platforms that support opam, install Alice v0.5.0 with:

opam update && opam install alice.0.5.0

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

winget install OCaml.Alice --version 0.5.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.5.0 can be installed by running the install script:

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

On NixOS, Alice v0.5.0 can be installed via the flake github:alicecaml/alice#alice_0_5_0.default, e.g.:

nix shell github:alicecaml/alice#alice_0_5_0.default

Read more about installing Alice here.

Release Notes

Changed