# This file is generated by dune, edit dune-project instead
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"
x-maintenance-intent: ["latest"]
