this repo has no description

tcpip 7.x 8.x: restrict to arp < 4

Changed files
+10 -10
packages
tcpip
tcpip.7.0.0
tcpip.7.0.1
tcpip.7.1.0
tcpip.7.1.1
tcpip.7.1.2
tcpip.8.0.0
tcpip.8.0.1
tcpip.8.0.2
tcpip.8.1.0
tcpip.8.2.0
+1 -1
packages/tcpip/tcpip.7.0.0/opam
···
"duration"
"randomconv" {< "0.2.0"}
"ethernet" {>= "3.0.0"}
-
"arp" {>= "3.0.0"}
+
"arp" {>= "3.0.0" & < "4.0.0"}
"mirage-flow" {>= "2.0.0" & < "4.0.0"}
"mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.2"}
"alcotest" {with-test & >="1.5.0"}
+1 -1
packages/tcpip/tcpip.7.0.1/opam
···
"duration"
"randomconv" {< "0.2.0"}
"ethernet" {>= "3.0.0"}
-
"arp" {>= "3.0.0"}
+
"arp" {>= "3.0.0" & < "4.0.0"}
"mirage-flow" {>= "2.0.0" & < "4.0.0"}
"mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.2"}
"alcotest" {with-test & >="1.5.0"}
+1 -1
packages/tcpip/tcpip.7.1.0/opam
···
"duration"
"randomconv" {< "0.2.0"}
"ethernet" {>= "3.0.0"}
-
"arp" {>= "3.0.0"}
+
"arp" {>= "3.0.0" & < "4.0.0"}
"mirage-flow" {>= "2.0.0" & < "4.0.0"}
"mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.2"}
"alcotest" {with-test & >="1.5.0"}
+1 -1
packages/tcpip/tcpip.7.1.1/opam
···
"duration"
"randomconv" {< "0.2.0"}
"ethernet" {>= "3.0.0"}
-
"arp" {>= "3.0.0"}
+
"arp" {>= "3.0.0" & < "4.0.0"}
"mirage-flow" {>= "2.0.0" & < "4.0.0"}
"mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.2"}
"alcotest" {with-test & >="1.5.0"}
+1 -1
packages/tcpip/tcpip.7.1.2/opam
···
"duration"
"randomconv" {< "0.2.0"}
"ethernet" {>= "3.0.0"}
-
"arp" {>= "3.0.0"}
+
"arp" {>= "3.0.0" & < "4.0.0"}
"mirage-flow" {>= "2.0.0" & < "4.0.0"}
"mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.2"}
"alcotest" {with-test & >="1.5.0"}
+1 -1
packages/tcpip/tcpip.8.0.0/opam
···
"duration"
"randomconv" {< "0.2.0"}
"ethernet" {>= "3.0.0"}
-
"arp" {>= "3.0.0"}
+
"arp" {>= "3.0.0" & < "4.0.0"}
"mirage-flow" {>= "2.0.0" & < "4.0.0"}
"mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.1"}
"alcotest" {with-test & >="1.5.0"}
+1 -1
packages/tcpip/tcpip.8.0.1/opam
···
"duration"
"randomconv" {< "0.2.0"}
"ethernet" {>= "3.0.0"}
-
"arp" {>= "3.0.0"}
+
"arp" {>= "3.0.0" & < "4.0.0"}
"mirage-flow" {>= "4.0.0"}
"mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.1"}
"alcotest" {with-test & >="1.5.0"}
+1 -1
packages/tcpip/tcpip.8.0.2/opam
···
"duration"
"randomconv" {< "0.2.0"}
"ethernet" {>= "3.0.0"}
-
"arp" {>= "3.0.0"}
+
"arp" {>= "3.0.0" & < "4.0.0"}
"mirage-flow" {>= "4.0.0"}
"mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.2"}
"alcotest" {with-test & >="1.5.0"}
+1 -1
packages/tcpip/tcpip.8.1.0/opam
···
"duration"
"randomconv" {< "0.2.0"}
"ethernet" {>= "3.0.0"}
-
"arp" {>= "3.0.0"}
+
"arp" {>= "3.0.0" & < "4.0.0"}
"mirage-flow" {>= "4.0.0"}
"mirage-vnetif" {with-test & >= "0.6.2"}
"alcotest" {with-test & >="1.5.0"}
+1 -1
packages/tcpip/tcpip.8.2.0/opam
···
"duration"
"randomconv" {>= "0.2.0"}
"ethernet" {>= "3.0.0"}
-
"arp" {>= "3.0.0"}
+
"arp" {>= "3.0.0" & < "4.0.0"}
"mirage-flow" {>= "4.0.0"}
"mirage-vnetif" {with-test & >= "0.6.2"}
"alcotest" {with-test & >="1.5.0"}