aboutsummaryrefslogtreecommitdiff
path: root/discocaml/dune
blob: 695d78f65412258bada955bea2c2ee347c32c0a9 (plain)
1
2
3
4
5
6
7
8
9
(executable
 (flags
  (:standard -cclib -static -cclib -lm))
 (libraries compiler-libs.common yojson)
 (name main)
 (package discocaml)
 (preprocess
  (staged_pps ppx_import ppx_deriving.show ppx_deriving_yojson))
 (public_name discocaml))