aboutsummaryrefslogtreecommitdiff
path: root/discocaml/dune
blob: 02fcc09c3f08e41b7fd3d34b0b32b7eb9fbda0fc (plain)
1
2
3
4
5
6
7
(executable
 (libraries compiler-libs.common)
 (name main)
 (package discocaml)
 (preprocess
  (staged_pps ppx_import ppx_deriving.show))
 (public_name discocaml))