this repo has no description
1opam-version: "2.0" 2maintainer: "xen-api@lists.xen.org" 3authors: [ "Dave Scott" ] 4homepage: "https://github.com/xapi-project/ocaml-qmp" 5bug-reports: "https://github.com/xapi-project/ocaml-qmp/issues" 6license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 7tags: [ 8 "org:mirage" 9 "org:xapi-project" 10] 11available: [ arch != "arm32" & arch != "ppc32" & arch != "x86_32" ] 12build: [ 13 ["dune" "build" "-p" name "-j" jobs] 14 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 15] 16depends: [ 17 "ocaml" 18 "base-unix" 19 "dune" {>= "1.4.0"} 20 "yojson" {>= "1.6.0"} 21 "cmdliner" {>= "1.1.0"} 22 "ounit2" {with-test} 23] 24dev-repo: "git+https://github.com/xapi-project/ocaml-qmp" 25synopsis: "OCaml implementation of a Qemu Message Protocol (QMP) client" 26url { 27 src: 28 "https://github.com/xapi-project/ocaml-qmp/releases/download/v0.20.0/qmp-0.20.0.tbz" 29 checksum: [ 30 "sha256=5672d9433728adec8151990779a2e8662372455369302bc104b9b1c0b853cfb6" 31 "sha512=504a5eba180c862132de4d85974162ed8eb95ab9e16c8d00bd7f891141766418a354aba004fd49967ac9b7d213c2d910ef1f36cfb8cf409aa7444acac09a7039" 32 ] 33} 34x-commit-hash: "051df743d20d598a10e6b3f2004eb0ee09179515"