From 645e815ebe11dbb86781c3eb645d3d67cd62cf7c Mon Sep 17 00:00:00 2001 From: polwex Date: Fri, 27 Jun 2025 16:34:09 +0700 Subject: nice nice. lsp still doesnt work tho --- bs5.opam | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bs5.opam') 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)"] -- cgit v1.2.3