opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: make
remove: [["ocamlfind" "remove" "tyxml"]]
depends: [
  "ocaml" {>= "3.12.1"}
  "ocamlfind"
  "ocamlnet" {= "3.6.0"}
  "pcre"
  "camlp4"
]
install: [make "install"]
synopsis:
  "Parser and printer for xml, and a simple library for building valid XHTML 1.1, HTML5 or SVG tree"
flags: light-uninstall
url {
  src: "http://ocsigen.org/download/tyxml-2.1.tar.gz"
  checksum: "md5=d08f6864c444d8409b70edb68f0683ab"
}
