- Jul 03, 2022
-
-
Shachar Itzhaky authored
It must be explicated as a dependency otherwise Dune will *delete* it on the first occasion. My hack with using an alias thus failed spectacularly.
-
- Jun 22, 2022
-
-
Shachar Itzhaky authored
Since the `directory-targets` plugin is not quite ready, rule for `node_modules` is converted into an alias. It doesn't really matter, in this particular case.
-
- Jan 25, 2020
-
-
Emilio Jesus Gallego Arias authored
We do require a recent toolchain [except for the compiler which is stuck at 4.07.1 due to ppx_import]
-
- Mar 30, 2019
-
-
Emilio Jesus Gallego Arias authored
We port the build system to Dune. This setup will integrate nicely with Coq 8.10, but until this arrives it also provides a few advantages: - better `.merlin` files, automatically generated, - clean build tree: all the artifacts go under _build, - modular organization of the development: we introduce a separate library for the JS Coq package manager. Note indeed that now all the build artifacts do live in `_build/default`; `make links` will allow you to serve pages in-tree. Pending: - fully split the libmngr build to its own repository. - libjs: implement recursive scan / get closer to Dune.
-