more
This commit is contained in:
1
.ocamlformat
Normal file
1
.ocamlformat
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
||||||
13
bin/dune
13
bin/dune
@ -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))
|
||||||
|
|||||||
870
bin/main.ml
870
bin/main.ml
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user