package embedded_ocaml_templates

  1. Overview
  2. Docs
EML is a simple templating language that lets you generate text with plain OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.tar.gz
md5=5aac5f0207ce6800dd6aa2d809436886
sha512=70896179cb74640a9b6f78fccbd57a5bfc3c97c9654aaa42e262ab16951fa86d311ba54e6e8fecf132ea164d33d375ab0b50590ff347d640fd1404dc1373e3e0

doc/embedded_ocaml_templates.common_eml/Common_eml/Compile/index.html

Module Common_eml.Compile

val compile_to_expr : (string * Template.elt list) -> string
val compile_to_expr_continuation : (string * Template.elt list) -> string
val compile : ?continuation_mode:bool -> ?and_instead_of_let:bool -> string -> string -> (string * Template.elt list) -> string
val compile_to_module : ?continuation_mode:bool -> (string * Template.elt list) -> string
val compile_to_function : ?continuation_mode:bool -> ?and_instead_of_let:bool -> string -> (string * Template.elt list) -> string
val compile_folder : ?continuation_mode:bool -> Core_kernel__.Import.string -> Base.unit
OCaml

Innovation. Community. Security.