Closed Zimmi48 closed 3 years ago
Ah, this explains a few things (and answers my question in the manifesto repo).
For this project, it's perfectly fine to only build the Coq part, since it proved to be such a pain to build the OCaml part with coq_makefile that I switched to only do it with Dune.
Thanks to your use of the new Nix setup in this project, I have realized that already being packaged in nixpkgs isn't actually a requirement for using this setup, as long as the project builds with the standard mechanism (
coq_makefile
with a_CoqProject
) and has no extra dependencies. That being said, this means that only the Coq part of the project is built, not the OCaml part.