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 (14 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(executable
  (name elpi_REPL)
  (public_name elpi)
  (libraries elpi elpi.parser ;memtrace
  )
  (modules elpi_REPL)
  (package elpi)
)

(env
  (dev
    (flags (:standard -w -9 -w -32 -w -27 -warn-error -A)))
  (fatalwarnings
    (flags (:standard -w -9 -w -32 -w -27 -warn-error +A))))