Skip to content

Commit eef6db1

Browse files
authored
mark conan.0.0.3 uncompatible with OCaml 5.1+
1 parent 161d6ae commit eef6db1

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

packages/conan/conan.0.0.3/opam

Lines changed: 2 additions & 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"
@@ -29,6 +29,7 @@ depends: [
2929
"mirage-types-lwt" {with-test}
3030
"mirage-runtime" {with-test}
3131
]
32+
available: ocaml
3233
conflicts: ["ocaml-option-flambda"]
3334
build: [
3435
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)