opam-version: "2.0" maintainer: "Christophe Troestler " authors: [ "Christophe Troestler " ] tags: [ "web" "template" ] 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" doc: "https://Chris00.github.io/weberizer/doc" build: [ [ "jbuilder" "subst" "-p" name ] {dev} [ "jbuilder" "build" "-p" name "-j" jobs ] ] depends: [ "ocaml" {>= "4.03"} "jbuilder" {>= "1.0+beta7"} "ocamlnet" ] synopsis: "Compile HTML templates into OCaml modules" description: """ Weberizer is a simple templating engine for OCaml. It compiles the template to an OCaml module, providing an easy way to set the variables and render the template. String values are automatically escaped according to the context of the template in which they appear. You can add you own functions to the generated module — for example to set several related variables at once (you can also hide those variables from the interface if desired).""" url { src: "https://github.com/Chris00/weberizer/releases/download/0.7.8/weberizer-0.7.8.tbz" checksum: [ "sha256=f0f9bfc250c1176152389ac513004423131281f84da751b4f11eb81d3761df24" "md5=00404cfa89d106f5d527ad46e2b3fdea" ] }