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]
11build: [
12 ["dune" "build" "-p" name "-j" jobs]
13 ["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "arm32" & arch != "x86_32"}
14]
15depends: [
16 "ocaml"
17 "base-unix"
18 "dune" {>= "1.4"}
19 "yojson" {>= "1.6.0"}
20 "cmdliner"
21 "ounit2" {with-test}
22]
23dev-repo: "git+https://github.com/xapi-project/ocaml-qmp"
24synopsis: "OCaml implementation of a Qemu Message Protocol (QMP) client"
25url {
26 src:
27 "https://github.com/xapi-project/ocaml-qmp/releases/download/v0.19.0/qmp-0.19.0.tbz"
28 checksum: [
29 "sha256=5456d4ada457eb88155d16aa44cb9158c31fbd7e7ee7bc7fe251fbd973f1453a"
30 "sha512=9f65b45b863fbe2e73b7240f3526b3ec4398cd69eacc7de4f6b5c7b022dfc4e2c4db674d5e663b7138d512928129fbd150feb7ed50869b52bf0ac7d5689305c6"
31 ]
32}
33x-commit-hash: "adaa2e9d566593c3faeb776bf18b7c4578199210"