aboutsummaryrefslogtreecommitdiff
path: root/dev/dune
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-05-22 17:27:00 +0200
committerGaëtan Gilbert2019-05-22 21:09:04 +0200
commit56b5d6792962a857f116a2fd62022fe7ae37ae19 (patch)
tree40b91522c8e6a5342e6b0e6e0c166438dc62e6ea /dev/dune
parent5c5bd952e9c28c3acf740fcdced03b2b7145076d (diff)
Better dune ocamldebug integration
- use coqc instead of coqtop (since -compile doesn't work anymore this is better) - pass through extra arguments to dune-dbg - auto detect the need to pass -emacs to ocamldebug - instructions for emacs users The dune-dbg dependencies are still broken ;_;
Diffstat (limited to 'dev/dune')
-rw-r--r--dev/dune4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/dune b/dev/dune
index 792da6254a..ffa885a008 100644
--- a/dev/dune
+++ b/dev/dune
@@ -3,7 +3,7 @@
(public_name coq.top_printers)
(synopsis "Coq's Debug Printers")
(wrapped false)
- (modules :standard)
+ (modules top_printers)
(optional)
(libraries coq.toplevel coq.plugins.ltac))
@@ -11,7 +11,7 @@
(targets dune-dbg)
(deps dune-dbg.in
../checker/coqchk.bc
- ../topbin/coqtop_byte_bin.bc
+ ../topbin/coqc_bin.bc
; This is not enough as the call to `ocamlfind` will fail :/
top_printers.cma)
(action (copy dune-dbg.in dune-dbg)))