this repo has no description

restrict more packages to cstruct < 6.1.0 (as seen in #21198)

Changed files
+9 -5
packages
mirage-block-xen
mirage-block-xen.2.0.0
mirage-block-xen.2.1.0
mirage-console-xen
mirage-console-xen.4.0.0
mirage-console-xen-backend
mirage-console-xen-backend.2.3.2
mirage-console-xen-backend.2.3.3
mirage-console-xen-backend.4.0.0
mirage-qubes
mirage-qubes.0.9.0
mirage-qubes.0.9.1
netchannel
netchannel.2.0.0
+1 -1
packages/mirage-block-xen/mirage-block-xen.2.0.0/opam
···
"dune"
"logs"
"lwt" {>= "2.4.3"}
-
"cstruct" {>= "1.9.0"}
+
"cstruct" {>= "1.9.0" & < "6.1.0"}
"ppx_cstruct" {build & >= "3.6.0"}
"shared-memory-ring"
"shared-memory-ring-lwt"
+1 -1
packages/mirage-block-xen/mirage-block-xen.2.1.0/opam
···
"dune" {>= "1.0"}
"logs"
"lwt" {>= "2.4.3"}
-
"cstruct" {>= "1.9.0"}
+
"cstruct" {>= "1.9.0" & < "6.1.0"}
"ppx_cstruct" {>= "3.6.0"}
"shared-memory-ring"
"shared-memory-ring-lwt"
+1
packages/mirage-console-xen-backend/mirage-console-xen-backend.2.3.2/opam
···
"xen-evtchn"
"xen-gnt"
"shared-memory-ring-lwt"
+
"cstruct" {< "6.1.0"}
]
synopsis: "Libraries for interacting with the Xen console."
url {
+1
packages/mirage-console-xen-backend/mirage-console-xen-backend.2.3.3/opam
···
"xen-evtchn"
"xen-gnt"
"shared-memory-ring-lwt"
+
"cstruct" {< "6.1.0"}
]
synopsis: "Implementations of Mirage consoles, for Unix and Xen"
description: """
+1
packages/mirage-console-xen-backend/mirage-console-xen-backend.4.0.0/opam
···
"lwt" {>= "4.0.0"}
"xenstore"
"shared-memory-ring-lwt"
+
"cstruct" {< "6.1.0"}
]
build: [
["dune" "subst"] {dev}
+1
packages/mirage-console-xen/mirage-console-xen.4.0.0/opam
···
"mirage-console" {=version}
"mirage-console-xen-proto" {=version}
"mirage-xen" {>= "6.0.0" & < "7.0.0"}
+
"cstruct" {< "6.1.0"}
]
build: [
["dune" "subst"] {dev}
+1 -1
packages/mirage-qubes/mirage-qubes.0.9.0/opam
···
depends: [
"dune" {>= "1.0"}
-
"cstruct" { >= "2.2.0" }
+
"cstruct" { >= "2.2.0" & < "6.1.0" }
"ppx_cstruct"
"vchan-xen" { >= "6.0.0" }
"mirage-xen" { >= "6.0.0" }
+1 -1
packages/mirage-qubes/mirage-qubes.0.9.1/opam
···
depends: [
"dune" {>= "1.0"}
-
"cstruct" { >= "2.2.0" }
+
"cstruct" { >= "2.2.0" & < "6.1.0" }
"ppx_cstruct"
"vchan-xen" { >= "6.0.0" }
"mirage-xen" { >= "6.0.0" }
+1 -1
packages/netchannel/netchannel.2.0.0/opam
···
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "1.0"}
-
"cstruct" {>= "3.0.0"}
+
"cstruct" {>= "3.0.0" & < "6.1.0"}
"ppx_sexp_conv"
"ppx_cstruct"
"lwt" {>= "2.4.3"}