This commit is contained in:
cqc
2021-07-27 20:24:03 -05:00
parent 5ad950a8ea
commit 99c9d92ecc
3 changed files with 567 additions and 341 deletions

1
.ocamlformat Normal file
View File

@ -0,0 +1 @@

View File

@ -1,7 +1,14 @@
(executables (executables
(names main) (names main)
(modes byte) (modes byte)
(modules main)
(link_flags (-linkall)) (link_flags (-linkall))
(libraries komm tsdl tgls.tgles2 wall irmin-unix compiler-libs.common compiler-libs.bytecomp compiler-libs.toplevel ocaml-compiler-libs.common ocaml-compiler-libs.toplevel zed)) (libraries tsdl
tgls.tgles2
wall
zed
irmin-unix
compiler-libs.toplevel
findlib_top
ocaml-compiler-libs.common
ocaml-compiler-libs.toplevel))

File diff suppressed because it is too large Load Diff