version: "0.20.0"
opam-version: "2.0"
maintainer: "xen-api@lists.xen.org"
authors: [ "Dave Scott" ]
homepage: "https://github.com/xapi-project/ocaml-qmp"
bug-reports: "https://github.com/xapi-project/ocaml-qmp/issues"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml"
  "base-unix"
  "dune" {build}
  "yojson" {>= "1.6.0"}
  "cmdliner"
  "ounit2" {with-test}
]
dev-repo: "git+https://github.com/xapi-project/ocaml-qmp"
synopsis: "OCaml implementation of a Qemu Message Protocol (QMP) client"
url {
  src: "https://github.com/xapi-project/ocaml-qmp/archive/0.14.0.tar.gz"
  checksum: "md5=9b017dcb8154215ec286ec548955a553"
}