From 1cdb8d8f6c328037b8f1b9446a497e0e94861f19 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Wed, 17 Jan 2024 09:16:47 -0600 Subject: Start of discocaml. --- discocaml/dune | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 discocaml/dune (limited to 'discocaml/dune') 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)) -- cgit v1.2.3