(lang dune 3.11)
(name js_of_ocaml-tyxml)
(sections (lib .) (libexec .) (doc ../../doc/js_of_ocaml-tyxml))
(files
 (lib
  (META
   dune-package
   import.ml
   js_of_ocaml_tyxml.a
   js_of_ocaml_tyxml.cma
   js_of_ocaml_tyxml.cmi
   js_of_ocaml_tyxml.cmt
   js_of_ocaml_tyxml.cmx
   js_of_ocaml_tyxml.cmxa
   js_of_ocaml_tyxml.ml
   js_of_ocaml_tyxml__.cmi
   js_of_ocaml_tyxml__.cmt
   js_of_ocaml_tyxml__.cmx
   js_of_ocaml_tyxml__.ml
   js_of_ocaml_tyxml__Import.cmi
   js_of_ocaml_tyxml__Import.cmt
   js_of_ocaml_tyxml__Import.cmx
   js_of_ocaml_tyxml__Tyxml_cast.cmi
   js_of_ocaml_tyxml__Tyxml_cast.cmt
   js_of_ocaml_tyxml__Tyxml_cast.cmti
   js_of_ocaml_tyxml__Tyxml_cast.cmx
   js_of_ocaml_tyxml__Tyxml_cast_sigs.cmi
   js_of_ocaml_tyxml__Tyxml_cast_sigs.cmt
   js_of_ocaml_tyxml__Tyxml_cast_sigs.cmti
   js_of_ocaml_tyxml__Tyxml_cast_sigs.cmx
   js_of_ocaml_tyxml__Tyxml_js.cmi
   js_of_ocaml_tyxml__Tyxml_js.cmt
   js_of_ocaml_tyxml__Tyxml_js.cmti
   js_of_ocaml_tyxml__Tyxml_js.cmx
   opam
   tyxml_cast.ml
   tyxml_cast.mli
   tyxml_cast_sigs.ml
   tyxml_cast_sigs.mli
   tyxml_js.ml
   tyxml_js.mli))
 (libexec (js_of_ocaml_tyxml.cmxs))
 (doc (CHANGES.md LICENSE README.md)))
(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))
 (native_archives js_of_ocaml_tyxml.a)
 (requires js_of_ocaml tyxml tyxml.functor react reactiveData)
 (main_module_name Js_of_ocaml_tyxml)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name js_of_ocaml_tyxml__)
     (visibility public)
     (kind alias)
     (source
      (path Js_of_ocaml_tyxml__)
      (impl (path js_of_ocaml_tyxml__.ml-gen))))
    (name Js_of_ocaml_tyxml)
    (modules
     (module
      (obj_name js_of_ocaml_tyxml__Import)
      (visibility public)
      (source (path Import) (impl (path import.ml))))
     (module
      (obj_name js_of_ocaml_tyxml)
      (visibility public)
      (source (path Js_of_ocaml_tyxml) (impl (path js_of_ocaml_tyxml.ml))))
     (module
      (obj_name js_of_ocaml_tyxml__Tyxml_cast)
      (visibility public)
      (source
       (path Tyxml_cast)
       (intf (path tyxml_cast.mli))
       (impl (path tyxml_cast.ml))))
     (module
      (obj_name js_of_ocaml_tyxml__Tyxml_cast_sigs)
      (visibility public)
      (source
       (path Tyxml_cast_sigs)
       (intf (path tyxml_cast_sigs.mli))
       (impl (path tyxml_cast_sigs.ml))))
     (module
      (obj_name js_of_ocaml_tyxml__Tyxml_js)
      (visibility public)
      (source
       (path Tyxml_js)
       (intf (path tyxml_js.mli))
       (impl (path tyxml_js.ml))))))
   (wrapped true))))
