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 b17f7d1 commit 44c1124Copy full SHA for 44c1124
dot-merlin-reader.opam
@@ -11,9 +11,9 @@ build: [
11
["dune" "build" "-p" name "-j" jobs]
12
]
13
depends: [
14
- "ocaml" {>= "4.08" & < "5.0"}
+ "ocaml" {>= "4.14"}
15
"dune" {>= "2.9.0"}
16
- "merlin-lib" {>= "4.9"}
+ "merlin-lib" {>= "4.17"}
17
"ocamlfind" {>= "1.6.0"}
18
19
description:
merlin.opam
@@ -14,7 +14,7 @@ depends: [
"ocaml" {>= "4.14" & < "4.15"}
"merlin-lib" {= version}
- "dot-merlin-reader" {>= "4.9"}
+ "dot-merlin-reader" {>= "4.17"}
"yojson" {>= "2.0.0"}
"conf-jq" {with-test}
20
"ppxlib" {with-test}
0 commit comments