Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@
(= :version))
(xapi-stdext-threads
(= :version))
(xapi-tracing (= :version))
(odoc :with-doc)))

(package
Expand All @@ -669,7 +670,8 @@
ppx_deriving_rpc
rpclib
(xapi-stdext-threads
(= :version))))
(= :version))
(xapi-tracing (= :version))))

(package
(name message-switch))
Expand Down
1 change: 1 addition & 0 deletions opam/message-switch-core.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ depends: [
"uri"
"xapi-log" {= version}
"xapi-stdext-threads" {= version}
"xapi-tracing" {= version}
"odoc" {with-doc}
]
build: [
Expand Down
1 change: 1 addition & 0 deletions opam/message-switch-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ depends: [
"ppx_deriving_rpc"
"rpclib"
"xapi-stdext-threads" {= version}
"xapi-tracing" {= version}
"odoc" {with-doc}
]
build: [
Expand Down
1 change: 1 addition & 0 deletions opam/message-switch.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ depends: [
"sexplib"
"shared-block-ring" {>= "2.3.0"}
"xapi-stdext-unix"
"xapi-tracing"
]
synopsis: "A simple store-and-forward message switch"
description: """
Expand Down
1 change: 1 addition & 0 deletions opam/message-switch.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ depends: [
"sexplib"
"shared-block-ring" {>= "2.3.0"}
"xapi-stdext-unix"
"xapi-tracing"
]
synopsis: "A simple store-and-forward message switch"
description: """
Expand Down
Loading