Skip to content

Commit f36d179

Browse files
aantronsabine
authored andcommitted
chore: Use a Dune dialect to preprocess eml templates (ocaml#2781)
1 parent cbf8df1 commit f36d179

File tree

2 files changed

+11
-396
lines changed

2 files changed

+11
-396
lines changed

dune-project

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,14 @@
8585
(url "git+https://github.com/tarides/olinkcheck")
8686
(package
8787
(name olinkcheck)))
88+
89+
(dialect
90+
(name eml)
91+
(implementation
92+
(extension eml)
93+
(preprocess
94+
(run
95+
%{bin:dream_eml}
96+
%{input-file}
97+
--workspace %{workspace_root}
98+
--stdout))))

0 commit comments

Comments
 (0)