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 491b828 commit 72ee436Copy full SHA for 72ee436
packages/gopcaml-mode/gopcaml-mode.0.0.6/opam
@@ -9,13 +9,13 @@ license: "GPL-3.0-only"
9
homepage: "https://gitlab.com/gopiandcode/gopcaml-mode"
10
bug-reports: "https://gitlab.com/gopiandcode/gopcaml-mode/issues"
11
depends: [
12
- "ocaml" {>= "4.08.0"}
+ "ocaml" {>= "4.08.0" & < "5.0.0"}
13
"dune" {>= "2.9.0"}
14
"core" {>= "v0.13.0"}
15
"ppx_deriving" {>= "4.4.0"}
16
"ecaml" {>= "v0.15.0"}
17
"ocaml-migrate-parsetree" {>= "2.4.0"}
18
- "merlin" {>= "2.5.0" < "4.8"}
+ "merlin" {>= "2.5.0"}
19
"ocp-indent" {>= "1.0.0"}
20
]
21
build: [
0 commit comments