OCaml implementation of the Qemu Monitor Protocol (QMP)
Install the dependencies using OPAM:
opam install yojson cmdliner jbuilder ounitBuild the library, tests, and CLI:
jbuilder build
jbuilder runtest
jbuilder installopam pin add .Try the CLI:
qmp-cliBefore installation the binary is located in
_build/default/cli/cli.exe. It will get installed under the correct
name qmp-cli by jbuiler install