File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ authors: [ "xen-api@lists.xen.org" ]
44homepage: "https://github.com/xapi-project/message-switch"
55bug-reports: "https://github.com/xapi-project/message-switch/issues"
66dev-repo: "git://github.com/xapi-project/message-switch"
7+ tags: [ "org:xapi-project" ]
78build: [
89 ["./configure" "--bindir" "%{bin}%"]
910 [make]
@@ -15,20 +16,18 @@ remove: [
1516 ["ocamlfind" "remove" "message_switch"]
1617]
1718depends: [
18- "ocamlfind"
19- "cohttp" {>= "0.15.0" }
20- "rpc"
19+ "oasis" {build}
20+ "ocamlfind" {build}
21+ "base-unix"
22+ "cohttp" {>= "0.15.0" & < "0.22.0"}
23+ "rpc" {>= "1.9.51"}
2124 "sexplib"
2225 "ppx_sexp_conv"
23- "ounit"
24- "syslog"
2526 "uri"
2627 "re"
27- "mtime"
28+ "mtime" {< "1.0.0"}
2829 "mirage-block-unix" {>= "2.4.0"}
29- "shared-block-ring"
30+ "shared-block-ring" {>= "2.3.0"}
3031 "cmdliner"
31- "ssl"
32- "oasis"
33- "async"
32+ "async" {< "v0.9.0"}
3433]
You can’t perform that action at this time.
0 commit comments