this repo has no description
1opam-version: "2.0" 2maintainer: "dave.scott@eu.citrix.com" 3tags: [ 4 "org:mirage" 5 "org:xapi-project" 6] 7build: make 8remove: [[make "uninstall" "BINDIR=%{bin}%"]] 9depends: [ 10 "ocaml" 11 "ocamlfind" 12 "obuild" {>= "0.1.1"} 13 "yojson" {< "2.0.0"} 14 "ounit" {< "2.1.0"} 15 "cmdliner" 16] 17dev-repo: "git+https://github.com/xen-org/ocaml-qmp" 18install: [make "install" "BINDIR=%{bin}%"] 19synopsis: "OCaml implementation of a Qemu Message Protocol (QMP) client" 20url { 21 src: "https://github.com/xen-org/ocaml-qmp/archive/0.9.1.tar.gz" 22 checksum: [ 23 "sha256=00c4cf1d5ec48131233c7963e1c19f8f47cb599c83975d734c4112a0b25348a1" 24 "md5=f317d5e519a236bf4540e09bbb1e0ebf" 25 ] 26}