aboutsummaryrefslogtreecommitdiff
path: root/bin/dune
blob: 99a2d9add8bdd7eaabd65bfc4c0bd641de4c0602 (plain)
1
2
3
4
5
6
7
8
9
10
(executable
 (public_name wormhole)
 (name main)
 (libraries wormhole uri dream assets)
 (preprocess (pps lwt_ppx ppx_yojson_conv)))

(rule
 (targets template.ml)
 (deps template.eml)
 (action (run dream_eml %{deps} --workspace %{workspace_root})))