mte/src/dune

15 lines
264 B
Text
Raw Normal View History

2025-09-13 15:56:19 +02:00
(executable
(public_name mte)
(name mte)
2025-09-15 23:41:36 +02:00
(modules assets mte config syntax)
(libraries vif fmt jsont cohttp))
2025-09-13 19:32:30 +02:00
(rule
(target assets.ml)
(deps
(source_tree assets))
(action
(with-stdout-to
%{null}
(run ocaml-crunch -m plain assets -o %{target}))))