aboutsummaryrefslogtreecommitdiff
path: root/plugins/ssrmatching/plugin_base.dune
blob: 1450a94de1c47761ab373b2f6e925b94a5ddc1e0 (plain)
1
2
3
4
5
6
(library
 (name ssrmatching_plugin)
 (public_name coq.plugins.ssrmatching)
 (synopsis "Coq ssrmatching plugin")
 (flags :standard -open Gramlib)
 (libraries coq.plugins.ltac))