(lang dune 3.20)
(name qcow-stream)
(sections (lib .) (libexec .) (doc ../../doc/qcow-stream))
(files
 (lib
  (META
   dune-package
   opam
   qcow_stream.a
   qcow_stream.cma
   qcow_stream.cmi
   qcow_stream.cmt
   qcow_stream.cmti
   qcow_stream.cmx
   qcow_stream.cmxa
   qcow_stream.ml
   qcow_stream.mli))
 (libexec (qcow_stream.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name qcow-stream)
 (kind normal)
 (archives (byte qcow_stream.cma) (native qcow_stream.cmxa))
 (plugins (byte qcow_stream.cma) (native qcow_stream.cmxs))
 (native_archives qcow_stream.a)
 (requires
  cstruct-lwt
  io-page
  lwt.unix
  cstruct
  diet
  logs
  lwt
  mirage-block
  prometheus
  sexplib
  qcow-types
  ppx_sexp_conv.runtime-lib
  sexplib0)
 (modes byte native)
 (modules
  (singleton
   (obj_name qcow_stream)
   (visibility public)
   (source
    (path Qcow_stream)
    (intf (path qcow_stream.mli))
    (impl (path qcow_stream.ml))))))
