blob: efaa09c939084c77b2e126351ffe101774fb9ac8 (
plain)
1
2
3
4
5
6
7
|
(library
(name ssrmatching_plugin)
(public_name coq-core.plugins.ssrmatching)
(synopsis "Coq ssrmatching plugin")
(libraries coq-core.plugins.ltac))
(coq.pp (modules g_ssrmatching))
|