opam-version: "2.0"
maintainer: "zandoye@gmail.com"
authors: [ "ZAN DoYe" ]
homepage: "https://bitbucket.org/zandoye/ocaml-tidy/"
bug-reports: "https://bitbucket.org/zandoye/ocaml-tidy/issues"
license: "MIT"
dev-repo: "hg+https://bitbucket.org/zandoye/ocaml-tidy"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.04.2"}
  "conf-tidy"
  "core_kernel" {>= "v0.10.0" & < "v0.13"}
  "dune"
]

synopsis: "Bindings for libtidy5 -- HTML/XML syntax checker and reformatter"
description: """
tidy corrects and cleans up HTML and XML documents by fixing markup errors
and upgrading legacy code to modern standards. Tidy is a product of the
World Wide Web Consortium and the HTML Tidy Advocacy Community Group."""

url {
  src:"https://bitbucket.org/zandoye/ocaml-tidy/get/5-0.2.tar.gz"
  checksum: "md5=0dee7b084cfd5be14e340e8fbb8e5913"
}
