-
Notifications
You must be signed in to change notification settings - Fork 470
Rocq support in dune #11572
Copy link
Copy link
Closed
ocaml/opam-repository
#29216Labels
Description
Desired Behavior
We would like dune's Coq support to be able to call the new rocq binary instead of coqc.
Currently we need to use compatibility shims (opam package coq-core) on top of the rocq-core package to compile Rocq projects.
Ideally we want a solution that's compatible with both coqc and rocq usage.
Example
Dune coq support just fails if coqc is not installed right now.
Discussion
We are currently discussing the various design decisions regarding Rocq <-> dune integration here, and plan to contribute a solution. This issue hence for letting you know we're working on it and soliciting feedback if you have any:
Reactions are currently unavailable