this repo has no description
1opam-version: "2.0" 2maintainer: "zandoye@gmail.com" 3authors: [ "ZAN DoYe" ] 4homepage: "https://bitbucket.org/zandoye/ocaml-tidy/" 5bug-reports: "https://bitbucket.org/zandoye/ocaml-tidy/issues" 6license: "MIT" 7dev-repo: "hg+https://bitbucket.org/zandoye/ocaml-tidy" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.04.2"} 13 "conf-tidy" 14 "core_kernel" {>= "v0.10.0" & < "v0.13"} 15 "dune" {>= "1.4"} 16] 17 18synopsis: "Bindings for libtidy5 -- HTML/XML syntax checker and reformatter" 19description: """ 20tidy corrects and cleans up HTML and XML documents by fixing markup errors 21and upgrading legacy code to modern standards. Tidy is a product of the 22World Wide Web Consortium and the HTML Tidy Advocacy Community Group.""" 23 24url { 25 src: 26 "https://github.com/ocaml/opam-source-archives/raw/main/tidy-5-0.2.tar.gz" 27 checksum: [ 28 "sha256=7a0dc0f8c7f84044d5330f25bc30e47121d90b62ffc82a3161706363336d34b6" 29 "md5=0dee7b084cfd5be14e340e8fbb8e5913" 30 ] 31}