opam-version: "2.0"
maintainer: "martin@mjambon.com"
authors: [
  "Sébastien Ailleret"
  "Martin Jambon"
]
homepage: "http://mjambon.com/caml2html.html"
bug-reports: "https://github.com/mjambon/caml2html/issues"
dev-repo: "git+https://github.com/mjambon/caml2html.git"
license: "GPL-1.0-or-later"
build: [
  ["mkdir" "-p" bin]
  [make]
  [make "lib"]
]
install: [
  [make "install" "PREFIX=%{prefix}%"]
]
remove: [
  ["ocamlfind" "remove" "caml2html"]
]
depends: [
  "ocaml" {>= "4.00.0" & < "4.07.0"}
  "ocamlfind"
  "camlmix"
]
synopsis: "Produce ready-to-go HTML files"
flags: light-uninstall
extra-files: ["caml2html.install" "md5=9c6143ea09a2fd5a79ab26957e528433"]
url {
  src: "https://github.com/mjambon/caml2html/tarball/v1.4.4"
  checksum: "md5=4577623529b5148b079da36865814890"
}
