(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 boot) (modes byte) (modules boot) (link_flags (-linkall)) (libraries topinf)) (library (name topinf) (modes byte) (modules topinf) (libraries fmt tsdl tgls.tgles2 wall zed irmin-unix ocaml-compiler-libs.common ocaml-compiler-libs.bytecomp ocaml-compiler-libs.toplevel))