big squish

This commit is contained in:
Swrup 2024-05-29 19:16:48 +02:00
parent fae867b35b
commit 55d2abefb4
124 changed files with 6931 additions and 8393 deletions

View file

@ -1,3 +1,24 @@
(test
(name main)
(modules main))
(name test)
(modules test util assets)
(libraries
config_serv_test ; implements config_serv module
config_test ; implements config module
shared
comment
permap
;;
alcotest
fmt
fpath
re
prelude))
(rule
(target assets.ml)
(deps
(source_tree img))
(action
(with-stdout-to
%{null}
(run ocaml-crunch -m plain img -o %{target}))))