2025-09-13 15:56:19 +02:00
|
|
|
(executable
|
|
|
|
|
(public_name mte)
|
|
|
|
|
(name mte)
|
2025-09-28 21:27:15 +02:00
|
|
|
(modules assets assets_crunch headers mte config util)
|
|
|
|
|
(libraries
|
|
|
|
|
headers_lib
|
|
|
|
|
syntax
|
|
|
|
|
;
|
|
|
|
|
vif
|
|
|
|
|
fmt
|
|
|
|
|
jsont
|
|
|
|
|
cohttp))
|
|
|
|
|
|
|
|
|
|
(library
|
|
|
|
|
(name headers_lib)
|
|
|
|
|
(modules headers_lib)
|
|
|
|
|
(libraries fmt syntax))
|
|
|
|
|
|
|
|
|
|
(library
|
|
|
|
|
(name syntax)
|
|
|
|
|
(modules syntax)
|
|
|
|
|
(libraries))
|
2025-09-13 19:32:30 +02:00
|
|
|
|
|
|
|
|
(rule
|
2025-09-23 20:58:34 +02:00
|
|
|
(target assets_crunch.ml)
|
2025-09-13 19:32:30 +02:00
|
|
|
(deps
|
|
|
|
|
(source_tree assets))
|
|
|
|
|
(action
|
|
|
|
|
(with-stdout-to
|
|
|
|
|
%{null}
|
|
|
|
|
(run ocaml-crunch -m plain assets -o %{target}))))
|