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

Description

Tags

org:mirage org:xapi-project

Published: 16 Aug 2023

README

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

Dependencies (5)

  1. cmdliner >= "1.1.0"
  2. yojson >= "1.6.0"
  3. dune >= "1.4.0"
  4. base-unix
  5. ocaml

Dev Dependencies (1)

  1. ounit2 with-test

Used by

None

Conflicts

None