diff options
Diffstat (limited to 'discocaml/dune')
-rw-r--r-- | discocaml/dune | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/discocaml/dune b/discocaml/dune new file mode 100644 index 0000000..02fcc09 --- /dev/null +++ b/discocaml/dune @@ -0,0 +1,7 @@ +(executable + (libraries compiler-libs.common) + (name main) + (package discocaml) + (preprocess + (staged_pps ppx_import ppx_deriving.show)) + (public_name discocaml)) |