aboutsummaryrefslogtreecommitdiff
path: root/toplevel
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-10-08 16:09:49 +0200
committerEmilio Jesus Gallego Arias2018-10-29 01:25:34 +0100
commitcd8b8974e2d62a3c3c4d7572921b5a83cbb8642c (patch)
treed0be5cca13dc62ac91829531e4906733ac35cbb7 /toplevel
parent46ac5393bf8d3dfef069c4190e3bfe6a3b4dcd90 (diff)
[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.
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/dune1
1 files changed, 1 insertions, 0 deletions
diff --git a/toplevel/dune b/toplevel/dune
index f51e50aaa3..c2f9cd662e 100644
--- a/toplevel/dune
+++ b/toplevel/dune
@@ -3,6 +3,7 @@
(public_name coq.toplevel)
(synopsis "Coq's Interactive Shell [terminal-based]")
(wrapped false)
+ (flags :standard -open Gramlib)
(libraries num coq.stm))
; Coqlevel provides the `Num` library to plugins, we could also use
; -linkall in the plugins file, to be discussed.