File tree 5 files changed +11
-5
lines changed
5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 264
264
re
265
265
result
266
266
rpclib
267
+ rrdd-plugin
267
268
rresult
268
269
sexplib
269
270
sexplib0
315
316
; 'xapi-tools' will have version ~dev, not 'master' like all the others
316
317
; because it is not in xs-opam yet
317
318
rrd-transport
319
+ rrdd-plugin
318
320
xapi-tracing-export
319
321
xen-api-client
320
322
( alcotest :with -test)
@@ -721,10 +723,11 @@ This package provides an Lwt compatible interface to the library.")
721
723
base-threads
722
724
base-unix
723
725
( alcotest :with -test)
726
+ ( clock ( = :version ) )
724
727
( fmt :with -test)
725
- ( odoc :with -doc)
728
+ mtime
729
+ ( xapi-log ( = :version ) )
726
730
( xapi-stdext-pervasives ( = :version ) )
727
- ( mtime :with -test)
728
731
( xapi-stdext-unix ( = :version ) )
729
732
)
730
733
)
Original file line number Diff line number Diff line change 3
3
(rule
4
4
(deps (source_tree helper))
5
5
(targets vfork_helper)
6
- (package forkexec)
7
6
(action
8
7
(no-infer
9
8
(progn
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ depends: [
42
42
"re"
43
43
"result"
44
44
"rpclib"
45
+ "rrdd-plugin"
45
46
"rresult"
46
47
"sexplib"
47
48
"sexplib0"
Original file line number Diff line number Diff line change @@ -11,11 +11,13 @@ depends: [
11
11
"base-threads"
12
12
"base-unix"
13
13
"alcotest" {with-test}
14
+ "clock" {= version}
14
15
"fmt" {with-test}
15
- "odoc" {with-doc}
16
+ "mtime"
17
+ "xapi-log" {= version}
16
18
"xapi-stdext-pervasives" {= version}
17
- "mtime" {with-test}
18
19
"xapi-stdext-unix" {= version}
20
+ "odoc" {with-doc}
19
21
]
20
22
build: [
21
23
["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ depends: [
28
28
"xmlm"
29
29
"yojson"
30
30
"rrd-transport"
31
+ "rrdd-plugin"
31
32
"xapi-tracing-export"
32
33
"xen-api-client"
33
34
"alcotest" {with-test}
You can’t perform that action at this time.
0 commit comments