File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -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+ ]
You can’t perform that action at this time.
0 commit comments