aboutsummaryrefslogtreecommitdiff
path: root/vendor/Ltac2/src/dune
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/Ltac2/src/dune')
-rw-r--r--vendor/Ltac2/src/dune11
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})))