Yocaml_jingooSourceA Wrapper around ocaml-jingoo.
This module can act as a provider to inject metadata in a template written in Jingoo.
val apply_as_template :
(module Yocaml.Metadata.INJECTABLE with type t = 'a) ->
?strict:bool ->
Yocaml.Filepath.t ->
('a * string, 'a * string) Yocaml.Build.tApplies a file as a template. (and replacing the metadata). Once the content has been transformed, the arrow returns a pair containing the metadata and the file content injected into the template.
An alias for Jingoo.Jg_types.tvalue.
to_string variables templates produces a string where variables have been applied.