(lang dune 1.8)
(name js_of_ocaml-tyxml)
(version 3.3.0)
(library
 (name js_of_ocaml-tyxml)
 (kind normal)
 (synopsis "Tyxml for js_of_ocaml.")
 (archives (byte js_of_ocaml_tyxml.cma) (native js_of_ocaml_tyxml.cmxa))
 (plugins (byte js_of_ocaml_tyxml.cma) (native js_of_ocaml_tyxml.cmxs))
 (foreign_archives (native js_of_ocaml_tyxml.a))
 (requires js_of_ocaml js_of_ocaml tyxml react reactiveData)
 (modes byte native)
 (modules
  (modules
   ((name Js_of_ocaml_tyxml)
    (obj_name js_of_ocaml_tyxml)
    (visibility public)
    (impl))
   ((name Tyxml_cast) (obj_name tyxml_cast) (visibility public) (impl) (intf))
   ((name Tyxml_cast_sigs)
    (obj_name tyxml_cast_sigs)
    (visibility public)
    (impl)
    (intf))
   ((name Tyxml_js) (obj_name tyxml_js) (visibility public) (impl) (intf)))
  (wrapped false)))
