(lang dune 3.17)
(name tyxml-jsx)
(version 4.6.0)
(sections
 (lib /usr/lib64/ocaml/tyxml-jsx)
 (libexec /usr/lib64/ocaml/tyxml-jsx)
 (doc /usr/doc/tyxml-jsx))
(files
 (lib
  (META
   dune-package
   opam
   tyxml_jsx.a
   tyxml_jsx.cma
   tyxml_jsx.cmi
   tyxml_jsx.cmt
   tyxml_jsx.cmx
   tyxml_jsx.cmxa
   tyxml_jsx.ml))
 (libexec (ppx.exe tyxml_jsx.cmxs))
 (doc (CHANGES.md LICENSE README.md)))
(library
 (name tyxml-jsx)
 (kind ppx_rewriter)
 (archives (byte tyxml_jsx.cma) (native tyxml_jsx.cmxa))
 (plugins (byte tyxml_jsx.cma) (native tyxml_jsx.cmxs))
 (native_archives tyxml_jsx.a)
 (requires tyxml-syntax ppxlib.ast ppxlib)
 (main_module_name Tyxml_jsx)
 (modes byte native)
 (modules
  (singleton
   (obj_name tyxml_jsx)
   (visibility public)
   (source (path Tyxml_jsx) (impl (path tyxml_jsx.ml))))))
