diff options
author | polwex <polwex@sortug.com> | 2025-06-27 17:19:12 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-27 17:19:12 +0700 |
commit | bb7dc3a79da576dbb438a599de97220db8364505 (patch) | |
tree | 6ca38a736b4dd647f51599f46c81eb94554abb89 /dune-project | |
parent | 645e815ebe11dbb86781c3eb645d3d67cd62cf7c (diff) |
mmm
Diffstat (limited to 'dune-project')
-rw-r--r-- | dune-project | 7 |
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))) |