diff options
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)"] |