this repo has no description
0
fork

Configure Feed

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

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

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

authored by

Marcello Seri and committed by
GitHub
4fdcb54e 8044bb9d

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