@@ -27,12 +27,12 @@ depends: [
2727 "dune" {>= "3.0"}
2828 "alcotest" {with-test}
2929 "ounit" {with-test}
30- "tar" {>= "1.0.1"}
30+ "tar" {>= "1.0.1" & < "3.0.0" }
3131 "ipaddr" {>= "5.0.1"}
3232 "lwt" {>= "5.4.0"}
3333 "luv"
3434 "luv_unix"
35- "tcpip" {>= "7 .0.0"}
35+ "tcpip" {>= "9 .0.0"}
3636 "base64" {>= "3.5.0"}
3737 "cstruct" {>= "6.0.0"}
3838 "pcap-format" {>= "0.4.0"}
@@ -50,7 +50,6 @@ depends: [
5050 "mirage-entropy" {>= "0.5.0"}
5151 "mirage-kv" {>= "4.0.0" & < "6.0.0"}
5252 "mirage-net" {>= "4.0.0"}
53- "mirage-time" {>= "3.0.0"}
5453 "mirage-channel" {>= "4.0.1"}
5554 "cohttp-lwt" {>= "0.99.0"}
5655 "protocol-9p" {>= "2.0.2"}
@@ -60,9 +59,8 @@ depends: [
6059 "ezjsonm" {>= "0.4.0"}
6160 "sha" {with-test}
6261 "stringext"
63- "mirage-clock" {>= "4.0.0"}
64- "mirage-clock-unix" {>= "4.0.0"}
65- "mirage-random" {>= "3.0.0"}
62+ "mirage-sleep" {>= "4.0.0"}
63+ "mirage-mtime" {>= "5.0.0"}
6664 "re" {>= "1.9.0"}
6765 "ppx_inline_test"
6866]
@@ -72,3 +70,7 @@ HyperKit is a hypervisor which runs on macOS using the "hypervisor.framework".
7270VPNKit implements a virtual ethernet device for HyperKit VMs in a VPN-friendly
7371way, by terminating and proxying all the TCP flows, caching and forwarding
7472DNS requests etc. HyperKit and VPNKit are used in Docker for Mac and Windows."""
73+ pin-depends:[
74+ [ "hvsock.dev" "git+https://github.com/patricoferris/ocaml-hvsock#addfc643a4d784b95540a7e3148db74e3943758d" ]
75+ [ "protocol-9p.dev" "git+https://github.com/patricoferris/ocaml-9p#2d512928b4dc06c28a9a171e0163b59c19155495" ]
76+ ]
0 commit comments