package weberizer

  1. Overview
  2. No Docs
Compile HTML templates into OCaml modules

Install

Authors

Maintainers

Sources

weberizer-0.8.tbz
md5=382777e802ce2e7d207b12167eaf5644

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).

Tags

web template

Published: 31 Oct 2018

Dependencies (3)

  1. ocamlnet
  2. dune
  3. ocaml >= "4.03"

Dev Dependencies

None

Used by

None

Conflicts

None