opam-version: "1.2"
name: "xapi-storage"
maintainer: "xen-api@lists.xen.org"
authors: "xen-api@lists.xen.org"
homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/xapi-storage/issues"
dev-repo: "git://github.com/xapi-project/xapi-storage.git"
build: [[ "jbuilder" "build" "-p" name "-j" jobs ]]
build-test: [[ "jbuilder" "runtest" "-p" name "-j" jobs ]]
depends: [
  "jbuilder" {build}
  "ounit" {test}
  "cow"
  "rpc"
  "xmlm"
  "cmdliner"
]
depopts: [
  "caml2html"
]
depexts: [
  [["centos"] ["python"]]
  [["debian"] ["python"]]
  [["ubuntu"] ["python"]]
]
