blob: 332f3644b02a335ce8a389c51e9bd763ba2e121e (
plain)
1
2
3
4
5
6
7
8
9
10
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})))
|