opam-version: "2.0"
name: "xapi-storage-cli"
maintainer: "xen-api@lists.xen.org"
authors: [ "xen-api@lists.xen.org" ]
license: "LGPL-2.1 with OCaml linking exception"
homepage: "https://github.com/xapi-project/sm-cli"
bug-reports: "https://github.com/xapi-project/sm-cli/issues"
dev-repo: "git+https://github.com/xapi-project/sm-cli.git"
build: [[ "dune" "build" "-p" name "-j" jobs ]]
depends: [
  "ocaml"
  "dune" {build}
  "base-threads"
  "re"
  "rpclib"
  "ppx_deriving_rpc"
  "xapi-idl"
  "cmdliner"
]
synopsis: "A CLI for xapi storage services"
description: """
The CLI allows you to directly manipulate virtual disk images, without
them being attached to VMs."""
url {
  src: "https://github.com/xapi-project/sm-cli/archive/master/master.tar.gz"
}
