this repo has no description
1opam-version: "2.0"
2maintainer: "dave@recoil.org"
3authors: ["David Scott"]
4license: "ISC"
5homepage: "https://github.com/mirage/ocaml-qcow"
6dev-repo: "git+https://github.com/mirage/ocaml-qcow.git"
7bug-reports: "https://github.com/mirage/ocaml-qcow/issues"
8tags: [
9 "org:mirage"
10]
11
12build: [
13 ["jbuilder" "subst" "-p" name] {dev}
14 ["jbuilder" "build" "-p" name "-j" jobs]
15]
16
17depends: [
18 "ocaml" {>= "4.03.0"}
19 "qcow" {= "0.10.4"}
20 "cmdliner"
21 "cstruct"
22 "result"
23 "unix-type-representations"
24 "mirage-types-lwt" {>= "3.0.0" & < "3.7.0"}
25 "lwt"
26 "mirage-block" {>= "0.2" & < "2.0.0"}
27 "mirage-block-lwt"
28 "mirage-block-unix" {>= "2.1.0"}
29 "mirage-time" {< "2.0.0"}
30 "mirage-time-lwt"
31 "sha" {>= "1.10"}
32 "sexplib"
33 "logs"
34 "fmt" {>= "0.8.2"}
35 "astring"
36 "io-page"
37 "ocamlfind" {build}
38 "jbuilder" {>= "1.0+beta7"}
39 "ounit" {with-test}
40 "mirage-block-ramdisk" {with-test}
41 "ezjsonm" {with-test}
42 "nbd" {with-test & >= "2.0.1"}
43]
44synopsis: "A command-line tool for manipulating qcow2-formatted data"
45url {
46 src:
47 "https://github.com/mirage/ocaml-qcow/releases/download/0.10.4/qcow-0.10.4.tbz"
48 checksum: [
49 "sha256=06834513c96f3167796c8358316b1a7e15c7c619f430b0d4dc322bf354370f00"
50 "md5=27e3a0ab128c53acc4da3e6ce5724e87"
51 ]
52}