Skip to content

Commit c1cd06f

Browse files
authored
Merge pull request #66 from mseri/new-rpc
Use the new rpc.5.0.0 and rpclib-legacy
2 parents ef14b27 + 5cbc59f commit c1cd06f

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

jbuild

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ let () = Printf.ksprintf Jbuild_plugin.V1.send {|
4242
(public_name xapi-storage-script)
4343
(flags (:standard -w -39 %s))
4444
(libraries (
45-
xcp
46-
xcp.storage
47-
xcp.rrd
4845
async_inotify
49-
threads
50-
message-switch-unix
5146
message-switch-async
47+
message-switch-unix
5248
rpclib
49+
rpclib-async
50+
sexplib
51+
threads
5352
xapi-stdext-date
54-
rpclib.async
5553
xapi-storage
56-
sexplib
54+
xcp
55+
xcp.rrd
56+
xcp.storage
5757
))
5858
))
5959

xapi-storage-script.opam

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ depends: [
1818
"core"
1919
"message-switch-unix"
2020
"message-switch-async"
21-
"rpc"
21+
"rpclib"
22+
"rpclib-async"
23+
"ppx_deriving_rpc"
2224
"ppx_sexp_conv"
2325
"xapi-stdext-date"
2426
]

0 commit comments

Comments
 (0)