halfway to graphv_webgl replacing wall
This commit is contained in:
79
dune
79
dune
@ -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))
|
||||
|
||||
Reference in New Issue
Block a user