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.9.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.5/qcow-0.10.5.tbz" 48 checksum: [ 49 "sha256=c770bb1a23dd2fd417e54cbf6198730f76d08ab805091a5e815b4d9edff561e6" 50 "md5=a1a86f6d6312635981d43f0b28d80621" 51 ] 52}