diff options
| author | Emilio Jesus Gallego Arias | 2018-11-19 20:10:59 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-03-29 05:09:37 +0100 |
| commit | 28d60e8f729ee6b66c9252c9766f3fe2d8d854cf (patch) | |
| tree | e79cb2a4ff2ed29e25981b38413dba18a6420383 /theories | |
| parent | 374c88c84d41bd490bc97fe783c3c2f22100b17d (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 'theories')
| -rw-r--r-- | theories/dune | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/theories/dune b/theories/dune new file mode 100644 index 0000000000..1fe3ba28fe --- /dev/null +++ b/theories/dune @@ -0,0 +1,6 @@ +(coqlib + (name Ltac2) ; This determines the -R flag + (public_name ltac2.Ltac2) + (synopsis "Ltac 2 Plugin") + (libraries ltac2.plugin)) + |
