Skip to content

Commit

Permalink
Merge pull request #81 from fillzero/CP-17621 for qmp.0.9.1
Browse files Browse the repository at this point in the history
CP-17621: Add infrastructure for QMP (QEMU Monitor Protocol) to xenopsd
  • Loading branch information
lindig authored May 11, 2017
2 parents 9a131b4 + edef363 commit 3fb59e9
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
Binary file added packages/xs/qmp.0.9.1/0.9.1.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions packages/xs/qmp.0.9.1/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OCaml implementation of a Qemu Message Protocol (QMP) client
19 changes: 19 additions & 0 deletions packages/xs/qmp.0.9.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
opam-version: "1.2"
maintainer: "[email protected]"
authors: [ "Dave Scott" ]
homepage: "https://github.com/xapi-project/ocaml-qmp"
bug-reports: "https://github.com/xapi-project/ocaml-qmp/issues"
tags: [
"org:mirage"
"org:xapi-project"
]
build: make
remove: [[make "uninstall" "BINDIR=%{bin}%"]]
depends: [
"ocamlfind"
"yojson"
"ounit"
"cmdliner"
]
dev-repo: "git://github.com/xapi-project/ocaml-qmp"
install: [make "install" "BINDIR=%{bin}%"]
2 changes: 2 additions & 0 deletions packages/xs/qmp.0.9.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/xapi-project/ocaml-qmp/archive/0.9.1.tar.gz"
checksum: "f317d5e519a236bf4540e09bbb1e0ebf"

0 comments on commit 3fb59e9

Please sign in to comment.