diff options
| author | Maxime Dénès | 2019-04-25 12:09:52 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2019-04-25 12:09:52 +0200 |
| commit | 392d40134c9cd7dee882e31da96369dd09fbbb45 (patch) | |
| tree | 5f89b9703743038f6940f84b6808e4c84ce39a10 /vendor/Ltac2/src/dune | |
| parent | 75c5264aa687480c66a6765d64246b5ebd2c0d54 (diff) | |
| parent | 66b6e83f4f4c32ad86333e13d65329be02c46048 (diff) | |
Merge Ltac2 plugin
Diffstat (limited to 'vendor/Ltac2/src/dune')
| -rw-r--r-- | vendor/Ltac2/src/dune | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/Ltac2/src/dune b/vendor/Ltac2/src/dune new file mode 100644 index 0000000000..332f3644b0 --- /dev/null +++ b/vendor/Ltac2/src/dune @@ -0,0 +1,11 @@ +(library + (name ltac2_plugin) + (public_name ltac2.plugin) + (modules_without_implementation tac2expr tac2qexpr tac2types) + (flags :standard -warn-error -9-27-50) + (libraries coq.plugins.firstorder)) + +(rule + (targets g_ltac2.ml) + (deps (:mlg-file g_ltac2.mlg)) + (action (run coqpp %{mlg-file}))) |
