blob: f9313213582d4f8035d7dba2e8ce26db18e018df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
(library
(name parsing)
(public_name coq.parsing)
(wrapped false)
(libraries proofs))
(rule
(targets g_prim.ml)
(deps (:mlg-file g_prim.mlg))
(action (run coqpp %{mlg-file})))
(rule
(targets g_constr.ml)
(deps (:mlg-file g_constr.mlg))
(action (run coqpp %{mlg-file})))
|