version = "4.6.0"
description = ""
requires(ppx_driver) = "ppxlib ppxlib.ast tyxml-ppx.internal"
archive(ppx_driver,byte) = "tyxml_ppx_register.cma"
archive(ppx_driver,native) = "tyxml_ppx_register.cmxa"
plugin(ppx_driver,byte) = "tyxml_ppx_register.cma"
plugin(ppx_driver,native) = "tyxml_ppx_register.cmxs"
# This line makes things transparent for people mixing preprocessors
# and normal dependencies
requires(-ppx_driver) = ""
ppx(-ppx_driver,-custom_ppx) = "./ppx.exe --as-ppx"
library_kind = "ppx_rewriter"
package "internal" (
  directory = "internal"
  version = "4.6.0"
  description = ""
  requires = "markup ppxlib ppxlib.ast re.str tyxml-syntax"
  archive(byte) = "tyxml_ppx.cma"
  archive(native) = "tyxml_ppx.cmxa"
  plugin(byte) = "tyxml_ppx.cma"
  plugin(native) = "tyxml_ppx.cmxs"
)