From cd8b8974e2d62a3c3c4d7572921b5a83cbb8642c Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Mon, 8 Oct 2018 16:09:49 +0200 Subject: [gramlib] Wrap `Gramlib`. This introduces a bit of noise in the Dune files but for now I think it is the best way to do it. --- plugins/ssrmatching/plugin_base.dune | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/ssrmatching/plugin_base.dune') diff --git a/plugins/ssrmatching/plugin_base.dune b/plugins/ssrmatching/plugin_base.dune index 06f67c3774..1450a94de1 100644 --- a/plugins/ssrmatching/plugin_base.dune +++ b/plugins/ssrmatching/plugin_base.dune @@ -2,4 +2,5 @@ (name ssrmatching_plugin) (public_name coq.plugins.ssrmatching) (synopsis "Coq ssrmatching plugin") + (flags :standard -open Gramlib) (libraries coq.plugins.ltac)) -- cgit v1.2.3