opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: [
  ["mkdir" "-p" bin]
  [make]
  [make "lib"]
]
remove: [["ocamlfind" "remove" "caml2html"]]
depends: [
  "ocaml" {= "3.12.1"}
  "ocamlfind"
  "camlmix"
]
install: [make "install" "PREFIX=%{prefix}%"]
synopsis: "Produce ready-to-go HTML files"
flags: light-uninstall
extra-files: ["caml2html.install" "md5=9c6143ea09a2fd5a79ab26957e528433"]
url {
  src: "https://github.com/mjambon/caml2html/archive/v1.4.2.tar.gz"
  checksum: "md5=cf5a6bff1c0a029a2e494e4dac80c482"
}
