Skip to content

Commit 05e8cc7

Browse files
committed
Sync opam file with xs-opam
Signed-off-by: Gabor Igloi <[email protected]>
1 parent c41d9e9 commit 05e8cc7

File tree

1 file changed

+24
-15
lines changed

1 file changed

+24
-15
lines changed

opam

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ authors: "Dave Scott"
33
homepage: "https://github.com/xapi-project/xcp-idl"
44
bug-reports: "https://github.com/xapi-project/xcp-idl/issues"
55
dev-repo: "git://github.com/xapi-project/xcp-idl"
6-
maintainer: "[email protected]"
6+
maintainer: "[email protected]"
7+
tags: [ "org:xapi-project" ]
78
build: [
89
[make "all"]
910
]
@@ -16,18 +17,26 @@ install: [
1617
remove: [
1718
["ocamlfind" "remove" "xcp"]
1819
]
19-
depends: [ "uri"
20-
"re"
21-
"cmdliner"
22-
"cohttp"
23-
"xmlm"
24-
"rpc" {>= "1.5.3"}
25-
"ocamlfind"
26-
"cohttp" {>= "0.15.0"}
27-
"message-switch"
28-
"xapi-stdext"
29-
"xapi-rrd"
30-
"xapi-inventory"
31-
"xapi-backtrace"
32-
]
20+
depends: [
21+
"ocamlfind" {build}
22+
"ocamlbuild" {build}
23+
"base-threads"
24+
"base-unix"
25+
"uri"
26+
"re"
27+
"cmdliner"
28+
"cohttp" {< "0.22.0"}
29+
"xmlm"
30+
"rpc" {>= "1.9.51"}
31+
"message-switch"
32+
"xapi-stdext"
33+
"xapi-rrd"
34+
"xapi-inventory"
35+
"xapi-backtrace"
36+
"fd-send-recv"
37+
"lwt" {< "3.0.0"}
38+
"ounit" {>= "2.0.0"}
39+
"ppx_sexp_conv"
40+
"sexplib"
41+
]
3342

0 commit comments

Comments
 (0)