aboutsummaryrefslogtreecommitdiff
path: root/toplevel/dune
blob: 98f4ba2edfe1fb81885ab8ab0d1560e3ad575944 (plain)
1
2
3
4
5
6
7
8
9
10
(library
 (name toplevel)
 (public_name coq.toplevel)
 (synopsis "Coq's Interactive Shell [terminal-based]")
 (wrapped false)
 (libraries coq.stm))
; Interp provides the `zarith` library to plugins, we could also use
; -linkall in the plugins file, to be discussed.

(coq.pp (modules g_toplevel))