(lang dune 2.5)
(name xml-light2)
(library
 (name xml-light2)
 (kind normal)
 (archives (byte xmllight2.cma) (native xmllight2.cmxa))
 (plugins (byte xmllight2.cma) (native xmllight2.cmxs))
 (native_archives xmllight2.a)
 (requires threads xmlm)
 (modes byte native)
 (modules
  (singleton (name Xml) (obj_name xml) (visibility public) (impl) (intf))))
