package alice

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

alice-0.1.1-hermetic-source.tar.gz
sha256=eb8705de406441675747a639351d0d59bffe7b9f5b05ec9b6e11b4c4c9d7a6ee
sha512=20e1094447971bdcda3d5db6a2bcfd1c8e031f29cba57483b4e14b4888db3e9b63bf76f6c93e40cf0f96687fd2194c7ec3e94563f0dc4ef9cc0401fd75f49130

doc/CHANGES.html

Changelog

Unreleased

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.