aboutsummaryrefslogtreecommitdiff
path: root/discocaml/dune
blob: 961fe70d8a35bc6774f7f3c0e0872f4af1ee2129 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(library
 (name discocaml)
 (inline_tests)
 (libraries compiler-libs.common yojson)
 (modules discocaml)
 (package discocaml)
 (preprocess
  (pps ppx_deriving.show ppx_deriving_yojson ppx_expect)))

(executable
 (flags
  (:standard -cclib -static -cclib -lm))
 (libraries discocaml yojson)
 (modules main)
 (name main)
 (package discocaml)
 (public_name discocaml))