(lang dune 3.17)
(name markup-lwt)
(sections
 (lib /usr/lib/i386-linux-gnu/ocaml/5.3.0/markup-lwt)
 (doc /usr/doc/markup-lwt))
(files
 (lib
  (META
   dune-package
   markup_lwt.cma
   markup_lwt.cmi
   markup_lwt.cmt
   markup_lwt.cmti
   markup_lwt.ml
   markup_lwt.mli
   opam
   unix/markup_lwt_unix.cma
   unix/markup_lwt_unix.cmi
   unix/markup_lwt_unix.cmt
   unix/markup_lwt_unix.cmti
   unix/markup_lwt_unix.ml
   unix/markup_lwt_unix.mli))
 (doc (LICENSE.md README.md)))
(library
 (name markup-lwt)
 (kind normal)
 (synopsis "Lwt support for Markup.ml")
 (archives (byte markup_lwt.cma))
 (plugins (byte markup_lwt.cma))
 (requires lwt markup)
 (main_module_name Markup_lwt)
 (modes byte)
 (modules
  (singleton
   (obj_name markup_lwt)
   (visibility public)
   (source
    (path Markup_lwt)
    (intf (path markup_lwt.mli))
    (impl (path markup_lwt.ml))))))
(library
 (name markup-lwt.unix)
 (kind normal)
 (synopsis "Lwt_unix helpers for Markup.ml")
 (archives (byte unix/markup_lwt_unix.cma))
 (plugins (byte unix/markup_lwt_unix.cma))
 (requires lwt lwt.unix markup markup-lwt)
 (main_module_name Markup_lwt_unix)
 (modes byte)
 (modules
  (singleton
   (obj_name markup_lwt_unix)
   (visibility public)
   (source
    (path Markup_lwt_unix)
    (intf (path unix/markup_lwt_unix.mli))
    (impl (path unix/markup_lwt_unix.ml))))))
