Skip to content

Commit fdd2216

Browse files
authored
Merge pull request #24111 from haochenx/conan.0.0.3-ocaml-constraint
Mark conan.0.0.3 incompatible with OCaml 5.1+
2 parents d393d3f + a8cc163 commit fdd2216

File tree

1 file changed

+1
-1
lines changed
  • packages/conan/conan.0.0.3

1 file changed

+1
-1
lines changed

packages/conan/conan.0.0.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage: "https://github.com/mirage/conan"
1010
doc: "https://mirage.github.io/conan/"
1111
bug-reports: "https://github.com/mirage/conan/issues"
1212
depends: [
13-
"ocaml" {>= "4.08.0"}
13+
"ocaml" {>= "4.08.0" & < "5.1~"}
1414
"re" {>= "1.9.0"}
1515
"dune" {>= "2.9.0"}
1616
"uutf"

0 commit comments

Comments
 (0)