this repo has no description
0
fork

Configure Feed

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

mirage-vnetif-stack: restrict to arp < 4

+3 -3
+1 -1
packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.0/opam
··· 29 29 "ipaddr" {>= "5.0.0"} 30 30 "macaddr" 31 31 "mirage-profile" 32 - "arp" {>= "3.0.0"} 32 + "arp" {>= "3.0.0" & < "4.0.0"} 33 33 "duration" 34 34 "logs" 35 35 "mirage-time-unix" {with-test}
+1 -1
packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.1/opam
··· 27 27 "cstruct" {>="6.0.0"} 28 28 "ipaddr" {>= "5.0.0"} 29 29 "macaddr" 30 - "arp" {>= "3.0.0"} 30 + "arp" {>= "3.0.0" & < "4.0.0"} 31 31 "duration" 32 32 "logs" 33 33 "mirage-time-unix" {with-test}
+1 -1
packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.2/opam
··· 27 27 "cstruct" {>="6.0.0"} 28 28 "ipaddr" {>= "5.0.0"} 29 29 "macaddr" 30 - "arp" {>= "3.0.0"} 30 + "arp" {>= "3.0.0" & < "4.0.0"} 31 31 "duration" 32 32 "logs" 33 33 "mirage-time-unix" {with-test}