that was quite the breakup

This commit is contained in:
cqc
2021-08-05 23:23:09 -05:00
parent 99c9d92ecc
commit 548bc0da64
5 changed files with 2468 additions and 115 deletions

View File

@ -3,12 +3,28 @@
(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
findlib))
(library
(name topinf)
(modes byte)
(modules topinf)
(libraries tsdl
tgls.tgles2
wall
zed
irmin-unix
compiler-libs.toplevel
findlib_top
ocaml-compiler-libs.common
ocaml-compiler-libs.toplevel))
ocaml-compiler-libs.bytecomp
ocaml-compiler-libs.toplevel
findlib))