this repo has no description

Merge pull request #25921 from hannesm/tcpip-alcotest-bound

adjust lower bound: mirage-tcpip 7.x requires alcotest 1.5.0

Changed files
+5 -5
packages
tcpip
tcpip.7.0.0
tcpip.7.0.1
tcpip.7.1.0
tcpip.7.1.1
tcpip.7.1.2
+1 -1
packages/tcpip/tcpip.7.0.0/opam
···
"arp" {>= "3.0.0"}
"mirage-flow" {>= "2.0.0" & < "4.0.0"}
"mirage-vnetif" {with-test & >= "0.5.0"}
-
"alcotest" {with-test & >="0.7.0"}
+
"alcotest" {with-test & >="1.5.0"}
"pcap-format" {with-test}
"mirage-clock-unix" {with-test & >= "3.0.0"}
"mirage-random-test" {with-test & >= "0.1.0"}
+1 -1
packages/tcpip/tcpip.7.0.1/opam
···
"arp" {>= "3.0.0"}
"mirage-flow" {>= "2.0.0" & < "4.0.0"}
"mirage-vnetif" {with-test & >= "0.5.0"}
-
"alcotest" {with-test & >="0.7.0"}
+
"alcotest" {with-test & >="1.5.0"}
"pcap-format" {with-test}
"mirage-clock-unix" {with-test & >= "3.0.0"}
"mirage-random-test" {with-test & >= "0.1.0"}
+1 -1
packages/tcpip/tcpip.7.1.0/opam
···
"arp" {>= "3.0.0"}
"mirage-flow" {>= "2.0.0" & < "4.0.0"}
"mirage-vnetif" {with-test & >= "0.5.0"}
-
"alcotest" {with-test & >="0.7.0"}
+
"alcotest" {with-test & >="1.5.0"}
"pcap-format" {with-test}
"mirage-clock-unix" {with-test & >= "3.0.0"}
"mirage-random-test" {with-test & >= "0.1.0"}
+1 -1
packages/tcpip/tcpip.7.1.1/opam
···
"arp" {>= "3.0.0"}
"mirage-flow" {>= "2.0.0" & < "4.0.0"}
"mirage-vnetif" {with-test & >= "0.5.0"}
-
"alcotest" {with-test & >="0.7.0"}
+
"alcotest" {with-test & >="1.5.0"}
"pcap-format" {with-test}
"mirage-clock-unix" {with-test & >= "3.0.0"}
"mirage-random-test" {with-test & >= "0.1.0"}
+1 -1
packages/tcpip/tcpip.7.1.2/opam
···
"arp" {>= "3.0.0"}
"mirage-flow" {>= "2.0.0" & < "4.0.0"}
"mirage-vnetif" {with-test & >= "0.5.0"}
-
"alcotest" {with-test & >="0.7.0"}
+
"alcotest" {with-test & >="1.5.0"}
"pcap-format" {with-test}
"mirage-clock-unix" {with-test & >= "3.0.0"}
"mirage-random-test" {with-test & >= "0.1.0"}