this repo has no description

Merge pull request #18837 from kit-ty-kate/fix-19

vhd-format is not compatible with OCaml 4.13

Kate 374cf63e 7b29931f

Changed files
+5 -5
packages
vhd-format
vhd-format.0.12.0
vhd-format.0.12.1
+3 -3
packages/vhd-format/vhd-format.0.12.0/opam
···
doc: "https://mirage.github.io/ocaml-vhd/"
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
depends: [
-
"ocaml" {>= "4.03.0"}
+
"ocaml" {>= "4.03.0" & < "4.13"}
"cstruct" {>= "1.9"}
"io-page"
-
"rresult" {>= "0.2.0"}
+
"rresult" {>= "0.3.0"}
"uuidm"
"dune" {>= "1.0"}
-
"ppx_cstruct" {build}
+
"ppx_cstruct" {build & >= "3.0.0"}
]
available: os = "linux" | os = "macos"
build: ["dune" "build" "-p" name "-j" jobs]
+2 -2
packages/vhd-format/vhd-format.0.12.1/opam
···
doc: "https://mirage.github.io/ocaml-vhd/"
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
depends: [
-
"ocaml" {>= "4.03.0"}
+
"ocaml" {>= "4.03.0" & < "4.13"}
"cstruct" {>= "1.9"}
"io-page"
-
"rresult" {>= "0.2.0"}
+
"rresult" {>= "0.3.0"}
"uuidm"
"dune" {>= "1.0"}
"ppx_cstruct" {build & >= "3.0.0"}