diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-01-17 09:16:47 -0600 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-01-17 09:16:47 -0600 |
commit | 1cdb8d8f6c328037b8f1b9446a497e0e94861f19 (patch) | |
tree | bcd5273f7438976328431d612f10c6aa839beab3 /discocaml/dune | |
parent | 59accae1e5b6848592b0beaa6f0e6c481288d357 (diff) |
Start of discocaml.
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)) |