-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[build] dune #567
[build] dune #567
Conversation
I think that this can be unblocked with current dune by creating "dummy" theories for the various The only slight issue is that the top-level Here is my experiment: https://github.com/rlepigre/coq-elpi/tree/dune (based on a rebased version of this branch). It seems to work as expected, but it is hard to tell given the amount of output that tests give. 😅 |
The [_CoqProject] is still useful for editors, it was partially generated using: ``` grep "^ (name" apps/**/dune | \ grep -v src | \ sed 's/apps\/\([a-zA-Z]*\)\/\([a-zA-Z]*\)\/dune: (name \([^)]*\))/-Q apps\/\1\/\2 elpi.apps.\1.\2\n-Q _build\/default\/apps\/\1\/\2 elpi.apps.\1.\2/' | sed 's/\.theories//' ``` Co-Authored-By: Rodolphe Lepigre <[email protected]>
blocked by bug
unblocks using ppx_optcomp and have a single branch for multiple coq versions