Skip to content

Commit 609773f

Browse files
author
Marcello Seri
committed
Add rpclib.json as dependancy to provide Jsonrpc
Signed-off-by: Marcello Seri <marcello.seri@citrix.com>
1 parent 0addfa8 commit 609773f

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Plugins: DevFiles (0.3), META (0.3)
1111
Library "xapi-backtrace"
1212
Path: lib
1313
Modules: Backtrace
14-
BuildDepends: threads, sexplib, ppx_sexp_conv, rpclib, ppx_deriving_rpc
14+
BuildDepends: threads, sexplib, ppx_sexp_conv, rpclib, rpclib.json, ppx_deriving_rpc
1515

1616
Document backtrace
1717
Type: ocamlbuild (0.4)

_tags

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 4cac83fa8ba134bb504270df10e71a66)
2+
# DO NOT EDIT (digest: a59c8ddb1cfe724d9a82aeebe131891d)
33
# Ignore VCS directories, you can use the same kind of rule outside
44
# OASIS_START/STOP if you want to exclude directories that contains
55
# useless stuff for the build process
@@ -19,6 +19,7 @@ true: annot, bin_annot
1919
<lib/*.ml{,i,y}>: pkg_ppx_deriving_rpc
2020
<lib/*.ml{,i,y}>: pkg_ppx_sexp_conv
2121
<lib/*.ml{,i,y}>: pkg_rpclib
22+
<lib/*.ml{,i,y}>: pkg_rpclib.json
2223
<lib/*.ml{,i,y}>: pkg_sexplib
2324
<lib/*.ml{,i,y}>: pkg_threads
2425
# OASIS_STOP

lib/META

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 1f6147251b05269603239fbc0afff561)
2+
# DO NOT EDIT (digest: 490bf2d2804a63bdd597621c29a85b5b)
33
version = "0.3"
44
description = "Helper functions for processing backtraces"
5-
requires = "threads sexplib ppx_sexp_conv rpclib ppx_deriving_rpc"
5+
requires =
6+
"threads sexplib ppx_sexp_conv rpclib rpclib.json ppx_deriving_rpc"
67
archive(byte) = "xapi-backtrace.cma"
78
archive(byte, plugin) = "xapi-backtrace.cma"
89
archive(native) = "xapi-backtrace.cmxa"

setup.ml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.4.5 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 18ecd71c9bb1d7690c7153def0a8d1f5) *)
4+
(* DO NOT EDIT (digest: 79fc693cc4af3749f99de49f260c3e30) *)
55
(*
66
Regenerated by OASIS v0.4.7
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6916,6 +6916,7 @@ let setup_t =
69166916
FindlibPackage ("sexplib", None);
69176917
FindlibPackage ("ppx_sexp_conv", None);
69186918
FindlibPackage ("rpclib", None);
6919+
FindlibPackage ("rpclib.json", None);
69196920
FindlibPackage ("ppx_deriving_rpc", None)
69206921
];
69216922
bs_build_tools = [ExternalTool "ocamlbuild"];
@@ -7118,15 +7119,15 @@ let setup_t =
71187119
};
71197120
oasis_fn = Some "_oasis";
71207121
oasis_version = "0.4.7";
7121-
oasis_digest = Some "J$\2069v\187\1892\156\237`m\199\188[:";
7122+
oasis_digest = Some "i|\157\1464\165L\138\154\130\198|=p\186\001";
71227123
oasis_exec = None;
71237124
oasis_setup_args = [];
71247125
setup_update = false
71257126
};;
71267127

71277128
let setup () = BaseSetup.setup setup_t;;
71287129

7129-
# 7130 "setup.ml"
7130+
# 7131 "setup.ml"
71307131
let setup_t = BaseCompat.Compat_0_3.adapt_setup_t setup_t
71317132
open BaseCompat.Compat_0_3
71327133
(* OASIS_STOP *)

0 commit comments

Comments
 (0)