(lang dune 1.8)
(name markup-lwt)
(version 0.5.0)
(library
 (name markup-lwt)
 (kind normal)
 (synopsis "Lwt support for Markup.ml")
 (archives (byte markup_lwt.cma) (native markup_lwt.cmxa))
 (plugins (byte markup_lwt.cma) (native markup_lwt.cmxs))
 (foreign_archives (native markup_lwt.a))
 (requires lwt markup)
 (main_module_name Markup_lwt)
 (modes byte native)
 (modules
  (main_module_name Markup_lwt)
  (modules
   ((name Markup_lwt) (obj_name markup_lwt) (visibility public) (impl) (intf)))
  (wrapped true)))
(library
 (name markup-lwt.unix)
 (kind normal)
 (synopsis "Lwt_unix helpers for Markup.ml")
 (archives (byte unix/markup_lwt_unix.cma) (native unix/markup_lwt_unix.cmxa))
 (plugins (byte unix/markup_lwt_unix.cma) (native unix/markup_lwt_unix.cmxs))
 (foreign_archives (native unix/markup_lwt_unix.a))
 (requires lwt lwt.unix markup markup-lwt)
 (main_module_name Markup_lwt_unix)
 (modes byte native)
 (modules
  (main_module_name Markup_lwt_unix)
  (modules
   ((name Markup_lwt_unix)
    (obj_name markup_lwt_unix)
    (visibility public)
    (impl)
    (intf)))
  (wrapped true)))
