this repo has no description
0
fork

Configure Feed

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

Merge pull request #26391 from dinosaure/tcpip.8.2.0-revdeps

Fix revdeps about tcpip.8.2.0

authored by

Calascibetta Romain and committed by
GitHub
cb1fa753 d94dfabf

+5 -5
+1 -1
packages/charrua-client/charrua-client.1.5.0/opam
··· 32 32 "fmt" 33 33 "ethernet" {>= "3.0.0"} 34 34 "arp" {>= "3.0.0"} 35 - "tcpip" {>= "7.0.0"} 35 + "tcpip" {>= "7.0.0" & < "8.2.0"} 36 36 "lwt" {>= "4.0.0"} 37 37 ] 38 38 build: [
+1 -1
packages/mirage-qubes-ipv4/mirage-qubes-ipv4.0.10.0/opam
··· 15 15 depends: [ 16 16 "dune" {>= "1.0"} 17 17 "mirage-qubes" {= version} 18 - "tcpip" { >= "8.1.0" } 18 + "tcpip" { >= "8.1.0" & < "8.2.0"} 19 19 "ethernet" {>= "3.0.0"} 20 20 "arp" {>= "3.0.0"} 21 21 "ipaddr" { >= "3.0.0" }
+1 -1
packages/mirage-qubes-ipv4/mirage-qubes-ipv4.0.11.0/opam
··· 15 15 depends: [ 16 16 "dune" {>= "1.0"} 17 17 "mirage-qubes" {= version} 18 - "tcpip" { >= "8.1.0" } 18 + "tcpip" { >= "8.1.0" & < "8.2.0"} 19 19 "ethernet" {>= "3.0.0"} 20 20 "arp" {>= "3.0.0"} 21 21 "ipaddr" { >= "3.0.0" }
+1 -1
packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.1/opam
··· 22 22 "mirage-net" {>= "3.0.0"} 23 23 "mirage-random" 24 24 "mirage-vnetif" {= version} 25 - "tcpip" {>= "8.0.0"} 25 + "tcpip" {>= "8.0.0" & < "8.2.0"} 26 26 "ethernet" 27 27 "cstruct" {>="6.0.0"} 28 28 "ipaddr" {>= "5.0.0"}
+1 -1
packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.2/opam
··· 22 22 "mirage-net" {>= "3.0.0"} 23 23 "mirage-random" 24 24 "mirage-vnetif" {= version} 25 - "tcpip" {>= "8.0.0"} 25 + "tcpip" {>= "8.0.0" & < "8.2.0"} 26 26 "ethernet" 27 27 "cstruct" {>="6.0.0"} 28 28 "ipaddr" {>= "5.0.0"}