add assets.ml

This commit is contained in:
Swrup 2025-09-23 20:58:34 +02:00
parent 2eb42f51cc
commit 2828e171aa
11 changed files with 212 additions and 169 deletions

View file

@ -1,11 +1,11 @@
(executable
(public_name mte)
(name mte)
(modules assets mte config syntax)
(modules assets assets_crunch mte config util syntax)
(libraries vif fmt jsont cohttp))
(rule
(target assets.ml)
(target assets_crunch.ml)
(deps
(source_tree assets))
(action