Skip to content

Commit 007b15c

Browse files
authored
Merge pull request xapi-project#31 from gaborigloi/sync_opam
opam: sync with xs-opam
2 parents 24ea831 + 2b184bd commit 007b15c

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

opam

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors: [ "xen-api@lists.xen.org" ]
44
homepage: "https://github.com/xapi-project/message-switch"
55
bug-reports: "https://github.com/xapi-project/message-switch/issues"
66
dev-repo: "git://github.com/xapi-project/message-switch"
7+
tags: [ "org:xapi-project" ]
78
build: [
89
["./configure" "--bindir" "%{bin}%"]
910
[make]
@@ -15,20 +16,18 @@ remove: [
1516
["ocamlfind" "remove" "message_switch"]
1617
]
1718
depends: [
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
]

0 commit comments

Comments
 (0)