Skip to content

A Qemu Message Protocol (QMP) client in OCaml

License

Notifications You must be signed in to change notification settings

BackdoorRE/ocaml-qmp-panda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QMP

OCaml implementation of the Qemu Monitor Protocol (QMP)

Building

Install the dependencies using OPAM:

opam install yojson cmdliner dune ounit

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

About

A Qemu Message Protocol (QMP) client in OCaml

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 99.1%
  • Makefile 0.9%