(lang dune 2.9)
(name tyxml-syntax)
(version 4.5.0)
(library
 (name tyxml-syntax)
 (kind normal)
 (archives (byte tyxml_syntax.cma) (native tyxml_syntax.cmxa))
 (plugins (byte tyxml_syntax.cma) (native tyxml_syntax.cmxs))
 (native_archives tyxml_syntax.a)
 (requires uutf re.str ppxlib.ast ppxlib)
 (main_module_name Tyxml_syntax)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Tyxml_syntax)
   (modules
    ((name Attribute_value)
     (obj_name tyxml_syntax__Attribute_value)
     (visibility public)
     (impl)
     (intf))
    ((name Attributes)
     (obj_name tyxml_syntax__Attributes)
     (visibility public)
     (impl)
     (intf))
    ((name Common)
     (obj_name tyxml_syntax__Common)
     (visibility public)
     (impl)
     (intf))
    ((name Element)
     (obj_name tyxml_syntax__Element)
     (visibility public)
     (impl)
     (intf))
    ((name Element_content)
     (obj_name tyxml_syntax__Element_content)
     (visibility public)
     (impl)
     (intf))
    ((name Html_sigs_reflected)
     (obj_name tyxml_syntax__Html_sigs_reflected)
     (visibility public)
     (impl))
    ((name Html_types_reflected)
     (obj_name tyxml_syntax__Html_types_reflected)
     (visibility public)
     (impl))
    ((name Name_convention)
     (obj_name tyxml_syntax__Name_convention)
     (visibility public)
     (impl)
     (intf))
    ((name Namespace)
     (obj_name tyxml_syntax__Namespace)
     (visibility public)
     (impl)
     (intf))
    ((name Sigs_reflected)
     (obj_name tyxml_syntax__Sigs_reflected)
     (visibility public)
     (intf))
    ((name Svg_sigs_reflected)
     (obj_name tyxml_syntax__Svg_sigs_reflected)
     (visibility public)
     (impl))
    ((name Svg_types_reflected)
     (obj_name tyxml_syntax__Svg_types_reflected)
     (visibility public)
     (impl)))
   (alias_module
    (name Tyxml_syntax)
    (obj_name tyxml_syntax)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
