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

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