this repo has no description
1opam-version: "2.0"
2maintainer: "zandoye@gmail.com"
3authors: [ "ZAN DoYe" ]
4homepage: "https://github.com/kandu/ocaml-tidy/"
5bug-reports: "https://github.com/kandu/ocaml-tidy/issues"
6license: "MIT"
7dev-repo: "git+https://github.com/kandu/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.16.0"}
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 and upgrading legacy code to modern standards. Tidy is a product of the World Wide Web Consortium and the HTML Tidy Advocacy Community Group."""
21
22url {
23 src: "https://github.com/kandu/ocaml-tidy/archive/5.6-0.1.tar.gz"
24 checksum: [
25 "sha256=9e61bef4b7cd5d3466439e7fb4cc2181aacf6404eb77c1a49c1c1bd6b10a01d3"
26 "md5=0217928dd1d082b11f9e30e8ad3dc2c6"
27 ]
28}