opam-version: "2.0"
maintainer: "rudi.grinberg@gmail.com"
authors: ["Rudi Grinberg" "Armaël Guéneau"]
license: "MIT"

homepage: "https://github.com/rgrinberg/ocaml-mustache"
bug-reports: "https://github.com/rgrinberg/ocaml-mustache/issues"
dev-repo: "git+https://github.com/rgrinberg/ocaml-mustache.git"
doc: "http://mustache.github.io/mustache.5.html"

build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.02.3"}
  "jbuilder"
  "menhir"
  "base-unsafe-string"
]
synopsis: "Mustache logic-less templates in OCaml"
description:
  "Read and write mustache templates, and render them by providing a json object."
url {
  src: "https://github.com/rgrinberg/ocaml-mustache/archive/v3.0.2.zip"
  checksum: "md5=36d6e8962432dc42c0691e27a7ec08f1"
}
