aboutsummaryrefslogtreecommitdiff
path: root/toplevel/dune
blob: 9d5a08dde784344a836c84d642a4fcabd3acd8bf (plain)
1
2
3
4
5
6
7
8
9
10
(library
 (name toplevel)
 (public_name coq-core.toplevel)
 (synopsis "Coq's Interactive Shell [terminal-based]")
 (wrapped false)
 (libraries coq-core.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))