opam-version: "2.0"
synopsis: "Minimal set of dependencies for qcow-stream, shared with qcow"
maintainer: [
  "Dave Scott <dave@recoil.org>" "Pau Ruiz Safont" "Edwin Török "
]
authors: "David Scott"
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/ocaml-qcow"
bug-reports: "https://github.com/mirage/ocaml-qcow/issues"
depends: [
  "dune" {>= "3.18"}
  "ocaml" {>= "4.12.0"}
  "astring"
  "cstruct" {>= "6.1.0"}
  "diet" {>= "0.3.0"}
  "logs"
  "lwt"
  "mirage-block" {>= "3.0.0"}
  "ppx_sexp_conv"
  "prometheus"
  "sexplib"
  "odoc" {with-doc}
]
build: [
  "dune"
  "build"
  "-p"
  name
  "-j"
  jobs
  "@install"
  "@runtest" {with-test}
  "@doc" {with-doc}
]
dev-repo: "git+https://github.com/mirage/ocaml-qcow.git"
url {
  src:
    "https://github.com/mirage/ocaml-qcow/releases/download/0.12.2/qcow-0.12.2.tbz"
  checksum: [
    "sha256=bb12f9f37ad69b54af000e64add460034ea09102687aacb4f748488afe83c868"
    "sha512=883fc7a1d98ee1c272408829050a0b56c785664bc16c0820440d638039e08e55c458813728c2f8c8ac49ceea582a79c3d93142664d5134f87e6bb6618a6b8f66"
  ]
}
x-commit-hash: "b7fc9dfd4b071b49eebbfdf7401551eb305bda01"
x-maintenance-intent: ["(latest)"]
