opam-version: "2.0"
synopsis: "EML is a simple templating language that lets you generate text with plain OCaml"
description: """
Inspired by EJS templates, it does currently implements all of its functionnality. 
I plan to implement everything eventually, especially if someone actually want to use this.
Please contact me if you find this interesting but there is a missing feature that you need !
"""
maintainer: "Emile Trotignon emile.trotignon@gmail.com"
authors: "Emile Trotignon emile.trotignon@gmail.com"
license: "MIT"
homepage: "https://github.com/EmileTrotignon/embedded_ocaml_templates"
bug-reports: "https://github.com/EmileTrotignon/embedded_ocaml_templates/issues"
dev-repo: "git+https://github.com/EmileTrotignon/embedded_ocaml_templates.git"
depends: [ 
    "ocaml" {>= "4.08.0"}
    "dune" {>= "2.5.0"} 
    "sedlex" { >= "2.0" }
    "core" {>= "v0.12"}
    "uutf" 
    "menhir" 
    "ppxlib" 
    "containers"]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
url {
  src:
    "https://github.com/EmileTrotignon/embedded_ocaml_templates/archive/0.4.tar.gz"
  checksum: [
    "md5=5aac5f0207ce6800dd6aa2d809436886"
    "sha512=70896179cb74640a9b6f78fccbd57a5bfc3c97c9654aaa42e262ab16951fa86d311ba54e6e8fecf132ea164d33d375ab0b50590ff347d640fd1404dc1373e3e0"
  ]
}
