Files
boot/dune
2021-08-10 00:05:00 -05:00

37 lines
508 B
Plaintext

(env
(dev
(flags (:standard -warn-error -A))))
(executable
(name main)
(modes byte)
(modules main)
(link_flags (-linkall))
(libraries
topinf
tsdl
tgls.tgles2
wall
zed
irmin-unix
ocaml-compiler-libs.common
ocaml-compiler-libs.bytecomp
ocaml-compiler-libs.toplevel))
(executable
(name test)
(modes byte)
(modules test)
(link_flags (-linkall))
(libraries
topinf))
(library
(name topinf)
(modes byte)
(modules topinf)
(libraries
fmt
ocaml-compiler-libs.toplevel))