opam-version: "1.2"
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: "https://github.com/mjambon/caml2html.git"
license: "GPL"
build: [
  ["mkdir" "-p" bin]
  [make]
  [make "lib"]
]
install: [
  [make "install" "PREFIX=%{prefix}%"]
]
remove: [
  ["ocamlfind" "remove" "caml2html"]
]
depends: [
  "ocamlfind"
  "camlmix"
]
available: [ocaml-version >= "4.00.0"]
