opam-version: "2.0"
maintainer: "dev@ocsigen.org"
build: [
  ["./configure" "--%{camlp4:enable}%-syntax" "--prefix" prefix]
  [make]
]
remove: [
  ["ocamlfind" "remove" "tyxml"]
]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
depopts: [
  "camlp4"
]
dev-repo: "git://github.com/ocsigen/tyxml"
install: [make "install"]
synopsis:
  "Parser and printer for xml, and a simple library for building valid HTML5, XHTML 1.1 and SVG documents."
flags: light-uninstall
url {
  src: "https://github.com/ocsigen/tyxml/archive/3.1.1.tar.gz"
  checksum: "md5=a4a7ef1ebe9d7dd1448a8cbd1bbee404"
}
