this repo has no description

Add upper bound for vhd-format-lwt.0.12.x

Changed files
+3 -3
packages
vhd-format-lwt
vhd-format-lwt.0.12.1
vhd-format-lwt.0.12.2
+1 -1
packages/vhd-format-lwt/vhd-format-lwt.0.12.1/opam
···
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
depends: [
"ocaml" {>= "4.02.3" & < "5.0.0"}
-
"cstruct"
+
"cstruct" {< "6.1.0"}
"lwt" {>= "3.2.0"}
"mirage-block" {>= "2.0.1"}
"ounit" {with-test}
+2 -2
packages/vhd-format-lwt/vhd-format-lwt.0.12.2/opam
···
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
depends: [
"ocaml" {>= "4.02.3" & < "5.0.0"}
-
"cstruct"
+
"cstruct" {< "6.1.0"}
"lwt" {>= "3.2.0"}
"mirage-block" {>= "2.0.1"}
"ounit" {with-test}
-
"vhd-format"
+
"vhd-format" {<= "0.13.0"}
"io-page-unix" {with-test}
"dune" {>= "1.0"}
"io-page" {with-test & >= "2.4.0"}