We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c55e2 commit 7b14bedCopy full SHA for 7b14bed
dune-project
@@ -57,7 +57,7 @@ possible and does not make any assumptions about IO.
57
(ocamlformat :with-test)
58
(ocamlfind (>= 1.5.2))
59
(odoc :with-doc)
60
- (ocaml (>= 4.12))))
+ (ocaml (and (>= 4.12) (< 4.13)))))
61
62
(package
63
(name jsonrpc)
ocaml-lsp-server.opam
@@ -27,7 +27,7 @@ depends: [
27
"ocamlformat" {with-test}
28
"ocamlfind" {>= "1.5.2"}
29
"odoc" {with-doc}
30
- "ocaml" {>= "4.12"}
+ "ocaml" {>= "4.12" & < "4.13"}
31
]
32
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
33
build: [
0 commit comments