this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #23168 from emillon/ocaml5-vhd-format-lwt

ocaml 5: restrict vhd-format-lwt releases

authored by

Kate and committed by
GitHub
12e26307 329cddad

+2 -2
+1 -1
packages/vhd-format-lwt/vhd-format-lwt.0.12.1/opam
··· 7 7 doc: "https://mirage.github.io/ocaml-vhd/" 8 8 bug-reports: "https://github.com/mirage/ocaml-vhd/issues" 9 9 depends: [ 10 - "ocaml" {>= "4.02.3"} 10 + "ocaml" {>= "4.02.3" & < "5.0.0"} 11 11 "cstruct" 12 12 "lwt" {>= "3.2.0"} 13 13 "mirage-block" {>= "2.0.1"}
+1 -1
packages/vhd-format-lwt/vhd-format-lwt.0.12.2/opam
··· 7 7 doc: "https://mirage.github.io/ocaml-vhd/" 8 8 bug-reports: "https://github.com/mirage/ocaml-vhd/issues" 9 9 depends: [ 10 - "ocaml" {>= "4.02.3"} 10 + "ocaml" {>= "4.02.3" & < "5.0.0"} 11 11 "cstruct" 12 12 "lwt" {>= "3.2.0"} 13 13 "mirage-block" {>= "2.0.1"}