this repo has no description

capnp-rpc-mirage: restrict to arp < 4

Changed files
+2 -2
packages
capnp-rpc-mirage
capnp-rpc-mirage.1.2.2
capnp-rpc-mirage.1.2.3
+1 -1
packages/capnp-rpc-mirage/capnp-rpc-mirage.1.2.2/opam
···
"tcpip" {>= "7.0.0"}
"alcotest" {>= "1.0.1" & with-test}
"alcotest-lwt" {>= "1.0.1" & with-test}
-
"arp" {>= "3.0.0" & with-test}
"asetmap" {with-test}
"astring" {with-test}
"ethernet" {>= "3.0.0" & with-test}
···
"tcpip" {>= "7.0.0"}
"alcotest" {>= "1.0.1" & with-test}
"alcotest-lwt" {>= "1.0.1" & with-test}
+
"arp" {>= "3.0.0" & < "4.0.0" & with-test}
"asetmap" {with-test}
"astring" {with-test}
"ethernet" {>= "3.0.0" & with-test}
+1 -1
packages/capnp-rpc-mirage/capnp-rpc-mirage.1.2.3/opam
···
"tcpip" {>= "7.0.0"}
"alcotest" {>= "1.0.1" & with-test}
"alcotest-lwt" {>= "1.0.1" & with-test}
-
"arp" {>= "3.0.0" & with-test}
"asetmap" {with-test}
"astring" {with-test}
"ethernet" {>= "3.0.0" & with-test}
···
"tcpip" {>= "7.0.0"}
"alcotest" {>= "1.0.1" & with-test}
"alcotest-lwt" {>= "1.0.1" & with-test}
+
"arp" {>= "3.0.0" & < "4.0.0" & with-test}
"asetmap" {with-test}
"astring" {with-test}
"ethernet" {>= "3.0.0" & with-test}