package alice

  1. Overview
  2. Docs
Radical OCaml build system and environment manager

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.2.0.tar.gz
sha256=057b9bde38a0faeb858efb83eeca339cb1a4bd0129258ac545541ccf39260777
sha512=d9066e845e05e75cbef8e72a701efb018ddd8d3b3d6e7f281c104ac3807b1d97f71946f7bdb191aaad25426c67739779569e48bae32316e50d992ac03f295adf

doc/CHANGES.html

Changelog

0.2.0

Added

  • Generate files necessary to support ocamllsp.

Changed

  • Switch to github for hosting tool archives.
  • Display progress bar while downloading tools.

0.1.3

Added

  • Add a patch that replaces the locked compiler version with a template string to simplify packaging

0.1.2

Added

  • Release a zip archive on windows with just alice.exe

0.1.1

Fixed

  • External commands are run in an environment containing the OCaml toolchain if Alice has installed an OCaml toolchain. This fixes an issue where the OCaml compiler couldn't find flexlink on Windows unless the current Alice root was in the PATH variable. (#2, fixes #1)
  • Fixed compile error on 32-bit machines due to unrepresentable integer literal.
  • Wrap text in help messages.

0.1.0

Added

  • Initial release of Alice. Multi-file packages with dependencies specified within the local filesystem can be built and incrementally rebuilt. Dependency and build graphs can be visualized with graphviz. The OCaml toolchain and some development tools can be installed user-wide.