(executable
(public_name mte)
(name mte)
(modules assets mte config syntax)
(libraries vif fmt jsont cohttp))
(rule
(target assets.ml)
(deps
(source_tree assets))
(action
(with-stdout-to
%{null}
(run ocaml-crunch -m plain assets -o %{target}))))