aboutsummaryrefslogtreecommitdiff
path: root/plugins/ssrmatching/dune
blob: 629d723816e2719e511b60cd1d9ac71f3ad9ed11 (plain)
1
2
3
4
5
6
7
(library
 (name ssrmatching_plugin)
 (public_name coq.plugins.ssrmatching)
 (synopsis "Coq ssrmatching plugin")
 (libraries coq.plugins.ltac))

(coq.pp (modules g_ssrmatching))