opam-version: "2.0" synopsis: "EML is a simple templating language that lets you generate text with plain OCaml" description: """ EML is a simple templating language that lets you generate text with plain OCaml Inspired by EJS templates """ 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.07.0"} "dune" {>= "2.5.0"} "sedlex" "core" {>= "v0.12" & < "v0.15"} "uutf" "menhir" "ppxlib" "containers"] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] url { src: "https://github.com/EmileTrotignon/embedded_ocaml_templates/archive/0.1.4.tar.gz" checksum: [ "md5=ec80bbb37b78dff0a4df518380ce183c" "sha512=d20c29e90ef2f33556029bdec76a36a44238f669fa4472ab07ffc3637b5c3e41d4bcf85908d79c53117aef0ee8cf7bfc216592f39fc4c52775ca99a39e196f98" ] }