blob: 4a018adb9a0d34e3601c68ab75026f662f493ab5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
(library
(name ltac2)
(public_name coq.plugins.ltac2)
(modules_without_implementation tac2expr tac2qexpr tac2types)
(flags :standard -w -50)
(libraries coq.plugins.firstorder))
(rule
(targets g_ltac2.ml)
(deps (:mlg-file g_ltac2.mlg))
(action (run coqpp %{mlg-file})))
|