aboutsummaryrefslogtreecommitdiff
path: root/dune-project
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-11-19 20:10:59 +0100
committerEmilio Jesus Gallego Arias2019-03-29 05:09:37 +0100
commit28d60e8f729ee6b66c9252c9766f3fe2d8d854cf (patch)
treee79cb2a4ff2ed29e25981b38413dba18a6420383 /dune-project
parent374c88c84d41bd490bc97fe783c3c2f22100b17d (diff)
[dune] Full Dune support.
This add experimental support for building the full Ltac2 plugin with Dune, see tree at https://github.com/ejgallego/dune/tree/coq
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project3
1 files changed, 3 insertions, 0 deletions
diff --git a/dune-project b/dune-project
new file mode 100644
index 0000000000..8154e999de
--- /dev/null
+++ b/dune-project
@@ -0,0 +1,3 @@
+(lang dune 1.6)
+(using coq 0.1)
+(name ltac2)