diff options
author | polwex <polwex@sortug.com> | 2025-06-27 16:34:09 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-27 16:34:09 +0700 |
commit | 645e815ebe11dbb86781c3eb645d3d67cd62cf7c (patch) | |
tree | 347b03391a5245de8a43198c9646719c2e892373 /bs5.opam | |
parent | 8be9a806a93b02eada372f3993c34bc6b2f26fea (diff) |
nice nice. lsp still doesnt work tho
Diffstat (limited to 'bs5.opam')
-rw-r--r-- | bs5.opam | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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)"] |