blob: 711e9b95d3507a0370ce4aa915d8844d96c4ebbf (
plain)
1
2
3
4
5
6
|
(library
(name ltac2_plugin)
(public_name coq.plugins.ltac2)
(synopsis "Coq's Ltac2 plugin")
(modules_without_implementation tac2expr tac2qexpr tac2types)
(libraries coq.plugins.ltac))
|