summaryrefslogtreecommitdiff
path: root/dune-project
diff options
context:
space:
mode:
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project7
1 files changed, 6 insertions, 1 deletions
diff --git a/dune-project b/dune-project
index 0e7879b..3b0ab08 100644
--- a/dune-project
+++ b/dune-project
@@ -19,7 +19,12 @@
(name bs5)
(synopsis "A short synopsis")
(description "A longer description")
- (depends ocaml dune ocaml-lsp-server ocamlmerlin-mlx ocamlformat-mlx)
+ (depends
+ ocaml
+ dune
+ ocaml-lsp-server
+ (ocamlmerlin-mlx :with-dev-setup)
+ (ocamlformat-mlx :with-dev-setup))
(tags
(topics "to describe" your project)))