This repository has been archived by the owner on Mar 1, 2019. It is now read-only.
Releases: solvuu/solvuu-build
Releases · solvuu/solvuu-build
solvuu-build 0.3.0
- 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 ofProject.build_static_file
has changed. See #58.⚠️ Make installation of libs optional. Backwards incompatibility:pkg
argument to make lib is now optional, renamed toinstall
, 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
- 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
- Renamed project to solvuu-build instead of solvuu_build.
- Completely new API.
- Add high level documentation in README.
solvuu_build 0.0.2
- 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
Initial release of solvuu_build.