Alice v0.1.1

Announcing the release of Alice v0.1.1. This is a patch release with several minor fixes. It also introduces a “hermetic source archive” (the alice-0.1.1-hermetic-source.tar.gz file on the release page) which can be built with Dune package management without needing to install the OCaml toolchain with Alice. The lock directory checked into the main branch of Alice specifies the compiler be installed externally from Dune allowing Alice to dogfood its own toolchain management logic, however if you just want to build Alice from source it’s more convenient to have a codebase where running dune build is all that’s necessary. The hermetic source archive is created by deleting dune-workspace and running dune pkg lock.

Release Notes

Fixed

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

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

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

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

nix shell github:alicecaml/alice/0.1.1