package qmp

  1. Overview
  2. Docs
OCaml implementation of a Qemu Message Protocol (QMP) client

Install

Dune Dependency

Authors

Maintainers

Sources

qmp-0.20.0.tbz
sha256=5672d9433728adec8151990779a2e8662372455369302bc104b9b1c0b853cfb6
sha512=504a5eba180c862132de4d85974162ed8eb95ab9e16c8d00bd7f891141766418a354aba004fd49967ac9b7d213c2d910ef1f36cfb8cf409aa7444acac09a7039

README.md.html

QMP

OCaml implementation of the Qemu Monitor Protocol (QMP)

Building

Install the dependencies using OPAM:

opam install yojson cmdliner dune ounit2

Build the library, tests, and CLI:

dune build
dune runtest
dune install

Building from Sources using Opam

opam pin add .

CLI

Try the CLI:

qmp-cli

Before installation the binary is located in _build/default/cli/cli.exe. It will get installed under the correct name qmp-cli by dune install