forked from xapi-project/ocaml-qmp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqmp.opam
More file actions
27 lines (27 loc) · 706 Bytes
/
qmp.opam
File metadata and controls
27 lines (27 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "Dave Scott" ]
homepage: "https://github.com/xapi-project/ocaml-qmp"
bug-reports: "https://github.com/xapi-project/ocaml-qmp/issues"
tags: [
"org:mirage"
"org:xapi-project"
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml"
"base-unix"
"dune" {build}
"yojson"
"cmdliner"
"ounit" {with-test}
]
dev-repo: "git://github.com/xapi-project/ocaml-qmp"
synopsis: "OCaml implementation of a Qemu Message Protocol (QMP) client"
url {
src: "https://github.com/xapi-project/ocaml-qmp/archive/0.14.0.tar.gz"
checksum: "md5=9b017dcb8154215ec286ec548955a553"
}