summaryrefslogtreecommitdiff
path: root/bs5.opam
diff options
context:
space:
mode:
Diffstat (limited to 'bs5.opam')
-rw-r--r--bs5.opam6
1 files changed, 5 insertions, 1 deletions
diff --git a/bs5.opam b/bs5.opam
index 3b957d2..cd6ac58 100644
--- a/bs5.opam
+++ b/bs5.opam
@@ -11,7 +11,10 @@ doc: "https://url/to/documentation"
bug-reports: "https://github.com/username/reponame/issues"
depends: [
"ocaml"
- "dune" {>= "3.13"}
+ "dune" {>= "3.19"}
+ "ocaml-lsp-server"
+ "ocamlmerlin-mlx"
+ "ocamlformat-mlx"
"odoc" {with-doc}
]
build: [
@@ -29,3 +32,4 @@ build: [
]
]
dev-repo: "git+https://github.com/username/reponame.git"
+x-maintenance-intent: ["(latest)"]