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
6 changes: 5 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,9 @@
(xapi-idl
(= :version))
(xapi-types
(= :version)))
(= :version))
(xapi-stdext-zerocheck
(= :version)))
(synopsis "A CLI for xapi storage services")
(description
"The CLI allows you to directly manipulate virtual disk images, without them being attached to VMs."))
Expand Down Expand Up @@ -322,6 +324,7 @@
xapi-types
xapi-stdext-pervasives
xapi-stdext-unix
xapi-stdext-zerocheck
xen-api-client
xen-api-client-lwt
xenctrl
Expand Down Expand Up @@ -874,4 +877,5 @@
(synopsis "Xapi's standard library extension, Zerocheck")
(authors "Jonathan Ludlam")
(depends
(alcotest :with-test)
(odoc :with-doc)))
1 change: 1 addition & 0 deletions opam/xapi-debug.opam
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ depends: [
"xapi-types"
"xapi-stdext-pervasives"
"xapi-stdext-unix"
"xapi-stdext-zerocheck"
"xen-api-client"
"xen-api-client-lwt"
"xenctrl"
Expand Down
1 change: 1 addition & 0 deletions opam/xapi-stdext-zerocheck.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
depends: [
"dune" {>= "3.20"}
"alcotest" {with-test}
"odoc" {with-doc}
]
build: [
Expand Down
1 change: 1 addition & 0 deletions opam/xapi-storage-cli.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ depends: [
"xapi-client" {= version}
"xapi-idl" {= version}
"xapi-types" {= version}
"xapi-stdext-zerocheck" {= version}
"odoc" {with-doc}
]
build: [
Expand Down
Loading