this repo has no description

arp, arp-mirage, ethernet: add upper bounds for mirage-protocols 8.0.0

to avoid failures (dependency inversion in the upcoming release)

Changed files
+6 -6
packages
arp
arp.2.3.1
arp.2.3.2
arp-mirage
arp-mirage.2.2.0
arp-mirage.2.2.1
ethernet
ethernet.2.2.0
ethernet.2.2.1
+1 -1
packages/arp-mirage/arp-mirage.2.2.0/opam
···
"ocaml" {>= "4.06.0"}
"dune" {>= "1.0"}
"mirage-time" {>= "2.0.0"}
-
"mirage-protocols" {>= "4.0.0"}
"lwt"
"lwt" {with-test & < "5.0.0"}
"duration"
···
"ocaml" {>= "4.06.0"}
"dune" {>= "1.0"}
"mirage-time" {>= "2.0.0"}
+
"mirage-protocols" {>= "4.0.0" & < "8.0.0"}
"lwt"
"lwt" {with-test & < "5.0.0"}
"duration"
+1 -1
packages/arp-mirage/arp-mirage.2.2.1/opam
···
"ocaml" {>= "4.06.0"}
"dune" {>= "1.0"}
"mirage-time" {>= "2.0.0"}
-
"mirage-protocols" {>= "4.0.0"}
"lwt"
"duration"
"arp" {= version}
···
"ocaml" {>= "4.06.0"}
"dune" {>= "1.0"}
"mirage-time" {>= "2.0.0"}
+
"mirage-protocols" {>= "4.0.0" & < "8.0.0"}
"lwt"
"duration"
"arp" {= version}
+1 -1
packages/arp/arp.2.3.1/opam
···
"macaddr" {>= "4.0.0"}
"logs"
"mirage-time" {>= "2.0.0"}
-
"mirage-protocols" {>= "4.0.0"}
"lwt"
"duration"
"mirage-profile" {>= "0.9"}
···
"macaddr" {>= "4.0.0"}
"logs"
"mirage-time" {>= "2.0.0"}
+
"mirage-protocols" {>= "4.0.0" & < "8.0.0"}
"lwt"
"duration"
"mirage-profile" {>= "0.9"}
+1 -1
packages/arp/arp.2.3.2/opam
···
"macaddr" {>= "4.0.0"}
"logs"
"mirage-time" {>= "2.0.0"}
-
"mirage-protocols" {>= "4.0.0"}
"lwt"
"duration"
"mirage-profile" {>= "0.9"}
···
"macaddr" {>= "4.0.0"}
"logs"
"mirage-time" {>= "2.0.0"}
+
"mirage-protocols" {>= "4.0.0" & < "8.0.0"}
"lwt"
"duration"
"mirage-profile" {>= "0.9"}
+1 -1
packages/ethernet/ethernet.2.2.0/opam
···
"cstruct" {>= "3.0.2"}
"ppx_cstruct"
"mirage-net" {>= "3.0.0"}
-
"mirage-protocols" {>= "4.0.0"}
"macaddr" {>= "4.0.0"}
"mirage-profile" {>= "0.5"}
"fmt"
···
"cstruct" {>= "3.0.2"}
"ppx_cstruct"
"mirage-net" {>= "3.0.0"}
+
"mirage-protocols" {>= "4.0.0" & < "8.0.0"}
"macaddr" {>= "4.0.0"}
"mirage-profile" {>= "0.5"}
"fmt"
+1 -1
packages/ethernet/ethernet.2.2.1/opam
···
"cstruct" {>= "6.0.0"}
"ppx_cstruct"
"mirage-net" {>= "3.0.0"}
-
"mirage-protocols" {>= "4.0.0"}
"macaddr" {>= "4.0.0"}
"mirage-profile" {>= "0.5"}
"lwt" {>= "3.0.0"}
···
"cstruct" {>= "6.0.0"}
"ppx_cstruct"
"mirage-net" {>= "3.0.0"}
+
"mirage-protocols" {>= "4.0.0" & < "8.0.0"}
"macaddr" {>= "4.0.0"}
"mirage-profile" {>= "0.5"}
"lwt" {>= "3.0.0"}