this repo has no description
0
fork

Configure Feed

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

capnp-rpc-mirage: restrict to arp < 4

+2 -2
+1 -1
packages/capnp-rpc-mirage/capnp-rpc-mirage.1.2.2/opam
··· 20 20 "tcpip" {>= "7.0.0"} 21 21 "alcotest" {>= "1.0.1" & with-test} 22 22 "alcotest-lwt" {>= "1.0.1" & with-test} 23 - "arp" {>= "3.0.0" & with-test} 23 + "arp" {>= "3.0.0" & < "4.0.0" & with-test} 24 24 "asetmap" {with-test} 25 25 "astring" {with-test} 26 26 "ethernet" {>= "3.0.0" & with-test}
+1 -1
packages/capnp-rpc-mirage/capnp-rpc-mirage.1.2.3/opam
··· 20 20 "tcpip" {>= "7.0.0"} 21 21 "alcotest" {>= "1.0.1" & with-test} 22 22 "alcotest-lwt" {>= "1.0.1" & with-test} 23 - "arp" {>= "3.0.0" & with-test} 23 + "arp" {>= "3.0.0" & < "4.0.0" & with-test} 24 24 "asetmap" {with-test} 25 25 "astring" {with-test} 26 26 "ethernet" {>= "3.0.0" & with-test}