File tree Expand file tree Collapse file tree 1 file changed +24
-15
lines changed Expand file tree Collapse file tree 1 file changed +24
-15
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ authors: "Dave Scott"
33homepage: "https://github.com/xapi-project/xcp-idl"
44bug-reports: "https://github.com/xapi-project/xcp-idl/issues"
55dev-repo: "git://github.com/xapi-project/xcp-idl"
6- 6+ 7+ tags: [ "org:xapi-project" ]
78build: [
89 [make "all"]
910]
@@ -16,18 +17,26 @@ install: [
1617remove: [
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
You can’t perform that action at this time.
0 commit comments