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

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://github.com/kandu/ocaml-tidy/archive/5.6-0.1.tar.gz"
  checksum: "md5=0217928dd1d082b11f9e30e8ad3dc2c6"
}
