Skip to content

Commit

Permalink
opam: add missing dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Pau Ruiz Safont <[email protected]>
  • Loading branch information
psafont committed Oct 2, 2024
1 parent 52d5d20 commit dd22406
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,11 @@
uutf
x509
xapi-backtrace
xapi-log
xapi-types
xapi-stdext-pervasives
xapi-stdext-unix
xen-api-client
xenctrl
xenstore_transport
xmlm
Expand Down Expand Up @@ -305,6 +310,7 @@
; because it is not in xs-opam yet
rrd-transport
xapi-tracing-export
xen-api-client
(alcotest :with-test)
(ppx_deriving_rpc :with-test)
(qcheck-core :with-test)
Expand Down Expand Up @@ -712,6 +718,7 @@ This package provides an Lwt compatible interface to the library.")
astring
base-unix
(bisect_ppx :with-test)
(clock (and (= :version) :with-test))
(fd-send-recv (>= 2.0.0))
fmt
integers
Expand Down
5 changes: 5 additions & 0 deletions xapi-debug.opam
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ depends: [
"uutf"
"x509"
"xapi-backtrace"
"xapi-log"
"xapi-types"
"xapi-stdext-pervasives"
"xapi-stdext-unix"
"xen-api-client"
"xenctrl"
"xenstore_transport"
"xmlm"
Expand Down
1 change: 1 addition & 0 deletions xapi-stdext-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"astring"
"base-unix"
"bisect_ppx" {with-test}
"clock" {= version & with-test}
"fd-send-recv" {>= "2.0.0"}
"fmt"
"integers"
Expand Down
1 change: 1 addition & 0 deletions xapi-tools.opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ depends: [
"yojson"
"rrd-transport"
"xapi-tracing-export"
"xen-api-client"
"alcotest" {with-test}
"ppx_deriving_rpc" {with-test}
"qcheck-core" {with-test}
Expand Down

0 comments on commit dd22406

Please sign in to comment.