From 66b6e83f4f4c32ad86333e13d65329be02c46048 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Thu, 25 Apr 2019 12:02:43 +0200 Subject: Prepare merge into Coq --- vendor/Ltac2/src/dune | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vendor/Ltac2/src/dune (limited to 'vendor/Ltac2/src/dune') 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}))) -- cgit v1.2.3