halfway to graphv_webgl replacing wall

This commit is contained in:
cqc
2022-08-31 12:32:44 -05:00
parent c40e725978
commit 7460b8f793
7 changed files with 793 additions and 514 deletions

79
dune
View File

@ -2,77 +2,18 @@
(dev
(flags (:standard -warn-error -A))))
(library
(name human)
(modes byte)
(modules human)
(libraries
topinf
lwt_ppx
tsdl
tgls.tgles2
wall
zed
lambda-term
irmin-unix
nottui
nottui-pretty
uuseg.string
uutf
uucp
ocaml-compiler-libs.common
ocaml-compiler-libs.bytecomp
ocaml-compiler-libs.toplevel))
(executable
(name irc)
(modes byte)
(modules irc)
(name boot_js)
(modes byte js)
(preprocess (pps js_of_ocaml-ppx))
(modules boot_js backend backend_js human)
(libraries
human
graphv_webgl
js_of_ocaml
lwt
fmt
topinf
lwt_ppx
irc-client
irc-client-lwt
irc-client-unix
irc-client-tls
nottui-lwt
nottui-pretty
irmin-git
irmin-indexeddb
zed
gg
))
(executable
(name boot)
(modes byte)
(modules boot)
(link_flags (-linkall))
(libraries
lwt_ppx
lambda-term
topinf))
(library
(name topinf)
(modes byte)
(modules topinf)
(libraries
fmt
tsdl
tgls.tgles2
wall
zed
lambda-term
irmin-unix
nottui
nottui-pretty
nottui-lwt
uuseg
irc-client
irc-client-lwt
irc-client-unix
irc-client-tls
ocaml-compiler-libs.common
ocaml-compiler-libs.bytecomp
ocaml-compiler-libs.toplevel))