Skip to content

Commit

Permalink
chore: Use a Dune dialect to preprocess eml templates (#2781)
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron authored Oct 25, 2024
1 parent 1f583de commit 719c3a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 396 deletions.
11 changes: 11 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,14 @@
(url "git+https://github.com/tarides/olinkcheck")
(package
(name olinkcheck)))

(dialect
(name eml)
(implementation
(extension eml)
(preprocess
(run
%{bin:dream_eml}
%{input-file}
--workspace %{workspace_root}
--stdout))))
Loading

0 comments on commit 719c3a3

Please sign in to comment.