From ee5c2c051dec88b923e3c1cd81d718ceb0f21d0c Mon Sep 17 00:00:00 2001 From: Clombrong Date: Thu, 8 May 2025 19:52:30 +0200 Subject: fix(tooling): add merlin and utop everywhere --- dune-project | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dune-project') diff --git a/dune-project b/dune-project index 08f71c6..aeb994f 100644 --- a/dune-project +++ b/dune-project @@ -26,7 +26,8 @@ lwt (js_of_ocaml-compiler :with-test) - (merlin :with-test)) + (merlin :with-test) + (utop :with-test)) (tags (xmpp lwt))) @@ -43,7 +44,9 @@ xmlm (flesh (and (= :version) - :with-test))) + :with-test)) + (merlin :with-test) + (utop :with-test)) (tags (xmpp flesh websockets lwt))) -- cgit v1.2.3