summaryrefslogtreecommitdiff
path: root/bs5.opam
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-06-27 16:34:09 +0700
committerpolwex <polwex@sortug.com>2025-06-27 16:34:09 +0700
commit645e815ebe11dbb86781c3eb645d3d67cd62cf7c (patch)
tree347b03391a5245de8a43198c9646719c2e892373 /bs5.opam
parent8be9a806a93b02eada372f3993c34bc6b2f26fea (diff)
nice nice. lsp still doesnt work tho
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)"]