diff options
author | Clombrong <clombrong@egregore.fun> | 2025-05-08 19:52:30 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-05-08 19:52:30 +0200 |
commit | ee5c2c051dec88b923e3c1cd81d718ceb0f21d0c (patch) | |
tree | ec4a5152a4cb7481abbccd0c5ce78134d7fc1a62 /dune-project | |
parent | 1c63d14a5f4d34f439591214b7da308456764cfe (diff) |
fix(tooling): add merlin and utop everywhere
Diffstat (limited to 'dune-project')
-rw-r--r-- | dune-project | 7 |
1 files changed, 5 insertions, 2 deletions
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))) |