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.0.tar.gz" 22 checksum: [ 23 "sha256=8e2c376db6afdf1de821902a4689559c8bfc85638cc26d2a78286b201414c0e9" 24 "md5=0052f6d6e9683969e609fd2dcb3cd7f4" 25 ] 26}