- Mar 21, 2020
-
-
Shachar Itzhaky authored
(This bug is fixed upstream.)
-
- 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]
-
- Apr 24, 2019
-
-
Shachar Itzhaky authored
32-bit compilation is using switch jscoq+32bit. 64-bit compilation is using jscoq+64bit. Coq is cloned into _vendor+xxx directories by Coq version and word size, and so are add-ons.
-
- Apr 21, 2019
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
- Mar 30, 2019
-
-
Emilio Jesus Gallego Arias authored
-
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.
-