opam-version: "2.0"
maintainer: "rudi.grinberg@gmail.com"
authors: [ "Rudi Grinberg" ]
license: "WTFPL"
build: [
  [make "configure"]
  [make "build"]
  [make "doc"] {with-doc}
]
remove: [
  ["ocamlfind" "remove" "mustache"]
]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind"
  "ezjsonm" {< "0.4.0"}
  "oasis"
  "re"
  "sexplib" {< "113.01.00"}
  "ounit"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/rgrinberg/ocaml-mustache"
install: [make "install"]
synopsis: "Mustache logic-less templates in OCaml"
flags: light-uninstall
url {
  src: "https://github.com/rgrinberg/ocaml-mustache/archive/0.0.1.tar.gz"
  checksum: "md5=2f4812529e118f912dfe857f4f3c2236"
}
