Skip to content

fillzero/ocaml-qmp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QMP

OCaml implementation of the Qemu Monitor Protocol (QMP)

Building

Install the dependencies using OPAM:

opam install yojson cmdliner jbuilder ounit

Build the library, tests, and CLI:

jbuilder build
jbuilder runtest
jbuilder 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 jbuiler install

About

A Qemu Message Protocol (QMP) client in OCaml

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 100.0%