Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

Releases: solvuu/solvuu-build

solvuu-build 0.3.0

14 Mar 19:55
Compare
Choose a tag to compare
  • Support additional OCaml compiler flags, particularly those relating to flambda and compilation of C code. See #42, #50, 77c8048.
  • Improve build times of targets in generated Makefile. See #58.
  • ⚠️ Allow faster building of static files. Backwards incompatibility: type of Project.build_static_file has changed. See #58.
  • ⚠️ Make installation of libs optional. Backwards incompatibility: pkg argument to make lib is now optional, renamed to install, and of a different type. See #35.
  • App installation is now optional. See #60.
  • Bug fixes. See #21, #51, #57.

solvuu-build 0.2.0

09 Dec 20:36
Compare
Choose a tag to compare
  • Add support for Eliom.
  • Improve generated .merlin file.
  • Support additional OCaml compiler flags.
  • Allow projects building only an app.
  • Various bug fixes.

solvuu-build 0.1.0

27 Sep 21:28
Compare
Choose a tag to compare
  • Renamed project to solvuu-build instead of solvuu_build.
  • Completely new API.
  • Add high level documentation in README.

solvuu_build 0.0.2

23 Feb 19:59
Compare
Choose a tag to compare
  • Support compilation of C files.
  • Installation of each sub-library of a project now goes into its own sub-directory.

solvuu_build 0.0.1

15 Feb 19:42
Compare
Choose a tag to compare

Initial release of solvuu_build.