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