opam-version: "2.0"
maintainer: "Christophe.Troestler@umons.ac.be"
authors: [ "Christophe Troestler" ]
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/Chris00/weberizer"
dev-repo: "git+https://github.com/Chris00/weberizer.git"
bug-reports: "https://github.com/Chris00/weberizer/issues"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
remove: [
  ["ocamlfind" "remove" "weberizer"]
]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlnet"
  "ocamlbuild" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "HTML templating system."
description:
  "Template allows HTML templates to be compiled into OCaml modules."
flags: light-uninstall
extra-files: ["weberizer.install" "md5=7ad457d1ba0fe8b0872168082a18e8fe"]
url {
  src:
    "https://github.com/Chris00/weberizer/releases/download/0.7.2/weberizer-0.7.2.tar.gz"
  checksum: "md5=0d87bef093c8688c4040bc94e84aadcf"
}
