name = "textile"
version = "0.10"
description = "textile markup language support"
requires = "extlib"
archive(byte)   = "textile.cma"
archive(native) = "textile.cmxa"
archive(plugin,byte)   = "textile.cma"
archive(plugin,native) = "textile.cmxs"

package "html" (
  description = "facilities for converting textile into html"
  requires = "textile"
  archive(byte)   = "textile_html.cma"
  archive(native) = "textile_html.cmxa"
  archive(plugin,byte)   = "textile_html.cma"
  archive(plugin,native) = "textile_html.cmxs"
)
