Skip to content
Snippets Groups Projects
  1. Mar 21, 2020
  2. Jan 25, 2020
  3. Apr 24, 2019
    • Shachar Itzhaky's avatar
      [build] Set up a local switch. · 33c88ce6
      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.
      33c88ce6
  4. Apr 21, 2019
  5. Mar 30, 2019
    • Emilio Jesus Gallego Arias's avatar
    • Emilio Jesus Gallego Arias's avatar
      [build] Port build to Dune · 529bc4a0
      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.
      Unverified
      529bc4a0
Loading