Alice v0.1.2

Announcing the release of Alice v0.1.2. This is a patch release though it doesn’t make any visible changes. The purpose of the release is to add a zip archive containing the Windows executable. This is intended to make it possible to release Alice on the WinGet package manager.

Release Notes

Added

Pre-compiled binaries of Alice v0.1.2 can be downloaded from the its release page on Github.

On Windows, install Alice v0.1.2 with WinGet:

winget install OCaml.Alice --version 0.1.2

On Linux and macOS, Alice v0.1.2 can be installed by running its install script:

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

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

nix shell github:alicecaml/alice/0.1.2