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" 7tags: [ 8 "html" 9 "parse" 10 "tidy" 11] 12dev-repo: "hg+https://bitbucket.org/zandoye/ocaml-tidy" 13build: [ 14 [make] 15] 16install: [make "install"] 17remove: ["ocamlfind" "remove" "tidy"] 18depends: [ 19 "ocaml" {>= "4.01.0"} 20 "ocamlfind" {build} 21 "core_kernel" {< "v0.13"} 22] 23depexts: [ 24 ["libtidy-dev"] {os-family = "debian"} 25 ["tidyhtml"] {os-distribution = "arch"} 26] 27post-messages: [ 28 "This package requires installation of libtidy5. You can download and install it from https://github.com/htacg/tidy-html5 and here is a sample install script: https://gist.githubusercontent.com/kandu/b88c1f4631e6c5a3bbac/raw" {failure} 29] 30synopsis: "bindings for tidy5 - HTML Tidy with HTML5 support" 31description: "HTML parser, syntax checker and reformatter" 32flags: light-uninstall 33url { 34 src: 35 "https://github.com/ocaml/opam-source-archives/raw/main/tidy-4.9.30-0.1.1.tar.gz" 36 checksum: [ 37 "sha256=05ce7bfc1aba6a92e1ab3c0229d9832cd5f2a9e1f3029f9841a8556e67fb45a0" 38 "md5=547e329166ed612acb088a864c072283" 39 ] 40}