package qmp

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

Install

Dune Dependency

Authors

Maintainers

Sources

qmp-0.19.0.tbz
sha256=5456d4ada457eb88155d16aa44cb9158c31fbd7e7ee7bc7fe251fbd973f1453a
sha512=9f65b45b863fbe2e73b7240f3526b3ec4398cd69eacc7de4f6b5c7b022dfc4e2c4db674d5e663b7138d512928129fbd150feb7ed50869b52bf0ac7d5689305c6

Description

Tags

org:mirage org:xapi-project

Published: 08 Jun 2022

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
  2. yojson >= "1.6.0"
  3. dune >= "1.4"
  4. base-unix
  5. ocaml

Dev Dependencies (1)

  1. ounit2 with-test

Used by

None

Conflicts

None