Skip to content
Snippets Groups Projects
  1. Apr 12, 2023
  2. Oct 05, 2022
  3. Sep 21, 2022
    • Emilio Jesus Gallego Arias's avatar
      [jscoq] [build] Start of backend / frontend split. · 33544625
      Emilio Jesus Gallego Arias authored
      We reorganize jsCoq's source code as to be more modular, in particular
      we start to place backend files under the `backend` directoy, and
      frontend files under `frontend`.
      
      Code as it now does work, note however that still quite a bit of work
      is needed. In particular, the headless frontend should get its own
      directory, the coq-jslib directory should go away, use more types,
      etc...
      Unverified
      33544625
  4. Sep 08, 2022
  5. Aug 27, 2022
  6. Aug 19, 2022
  7. Aug 18, 2022
  8. Aug 15, 2022
  9. May 21, 2022
  10. May 11, 2022
  11. May 08, 2022
  12. May 06, 2022
  13. Sep 24, 2021
  14. Aug 08, 2021
  15. Jul 14, 2021
    • Shachar Itzhaky's avatar
      [docs] A manual! · 69305eed
      Shachar Itzhaky authored
      Some of the instructions are duplicated from the README, but that's ok.
      The manual is not yet complete with all the features, but at
      least addresses #207.
      
      Closes #207.
      69305eed
  16. Jul 08, 2021
  17. Jul 07, 2021
  18. Jun 09, 2021
    • Emilio Jesus Gallego Arias's avatar
      [build] Bump required compiler version to 4.12.0 · 95787181
      Emilio Jesus Gallego Arias authored
      This should nicely support M1-based OSX ; unfortunately, it required
      loosening the constraint on `ppx_deriving_yojson` as to make it
      co-installable with `ppx_import`, but that's a minor issue.
      
      Note the new option system for OCaml Opam packages, thus selecting a
      32bit compiler is done differently now.
      Unverified
      95787181
  19. Feb 14, 2021
  20. Feb 13, 2021
  21. Jan 26, 2021
  22. Oct 20, 2020
  23. Sep 27, 2020
  24. Aug 27, 2020
  25. Jul 18, 2020
  26. Apr 08, 2020
  27. Mar 06, 2020
  28. Jan 25, 2020
  29. Jan 24, 2020
    • Emilio Jesus Gallego Arias's avatar
      [addons] Fixes to addons builds · 6c1ce082
      Emilio Jesus Gallego Arias authored
      This should fix #124 , however addons that are not using Dune
      still do need that the whole build is performed under the correct opam
      switch.
      
      **Important**: math-comp addon has been re-named to `mathcomp`, there
      was some ambiguity before, but now we prefer mathcom as done in the
      `From mathcomp` prefix.
      Unverified
      6c1ce082
Loading