File: dune

package info (click to toggle)
elpi 2.0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 50,296 kB
  • sloc: ml: 18,791; makefile: 229; python: 95; sh: 7
file content (15 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(executable
  (name test)
  (modules test)
  (optional)
  (promote)
  (libraries
     (select test.ml from
       (test_suite ANSITerminal cmdliner str unix -> test.real.ml)
       (-> test.dummy.ml)))
)
(env
  (dev
    (flags (:standard -w -9 -w -32 -w -27 -w -6 -w -37 -warn-error -A)))
  (fatalwarnings
    (flags (:standard -w -9 -w -32 -w -27 -w -6 -w -37 -warn-error +A))))