this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #24265 from psafont/release-qmp-v0.20.0

[new release] qmp (0.20.0)

authored by

Kate and committed by
GitHub
506d31a0 6e53cfe9

+34
+34
packages/qmp/qmp.0.20.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "xen-api@lists.xen.org" 3 + authors: [ "Dave Scott" ] 4 + homepage: "https://github.com/xapi-project/ocaml-qmp" 5 + bug-reports: "https://github.com/xapi-project/ocaml-qmp/issues" 6 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 7 + tags: [ 8 + "org:mirage" 9 + "org:xapi-project" 10 + ] 11 + available: [ arch != "arm32" & arch != "ppc32" & arch != "x86_32" ] 12 + build: [ 13 + ["dune" "build" "-p" name "-j" jobs] 14 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 15 + ] 16 + depends: [ 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 + ] 24 + dev-repo: "git+https://github.com/xapi-project/ocaml-qmp" 25 + synopsis: "OCaml implementation of a Qemu Message Protocol (QMP) client" 26 + url { 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 + } 34 + x-commit-hash: "051df743d20d598a10e6b3f2004eb0ee09179515"