Skip to content
Snippets Groups Projects
  1. Jan 05, 2023
  2. Oct 27, 2022
  3. Oct 05, 2022
  4. Aug 19, 2022
    • Emilio Jesus Gallego Arias's avatar
      [build] Adjust vendoring paths + deps · a6a8fb0c
      Emilio Jesus Gallego Arias authored
      We move vendored things to `vendor` and let dune know about it.
      We bump serapi dep to the head of the v8.16 branch.
      
      We also adjust build deps a bit better, in particular to avoid Dune
      3.4 which is buggy for us.
      
      Beware this will require `git submodule update` on the work tree.
      Unverified
      a6a8fb0c
  5. May 04, 2022
  6. Apr 29, 2022
  7. Feb 08, 2022
  8. Jan 08, 2022
  9. 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
  10. Feb 14, 2021
  11. Feb 13, 2021
  12. Jan 05, 2021
  13. Jul 18, 2020
  14. Apr 28, 2020
  15. Mar 21, 2020
  16. Jan 25, 2020
  17. Jan 24, 2020
  18. Nov 20, 2019
  19. Jun 16, 2019
    • Emilio Jesus Gallego Arias's avatar
      [jscoq] Use JSON serializers from SerAPI for Coq types. · faab8849
      Emilio Jesus Gallego Arias authored
      We depend on serlib to serialize Coq data structures and remove the
      duplication present in jsCoq. This greatly expands the range of Coq's
      types available for sending as JSON.
      
      Next commit will add a query to showcase UI grabbing the full AST for
      a sentence, which allows pretty cool things UI-wise.
      
      For now, we include serlib as a module, which is a bit cumbersome,
      however once we release serapi 0.7.0 we should be able to just depend
      on the coq-serapi OPAM package.
      
      Closes #89
      Unverified
      faab8849
  20. Apr 20, 2019
  21. Apr 10, 2019
  22. Mar 30, 2019
  23. Mar 24, 2019
Loading