20 lines
277 B
Plaintext
20 lines
277 B
Plaintext
(env
|
|
(dev
|
|
(flags (:standard -warn-error -A))))
|
|
|
|
(executable
|
|
(name boot_js)
|
|
(modes byte js)
|
|
(preprocess (pps js_of_ocaml-ppx))
|
|
(modules boot_js backend backend_js human)
|
|
(libraries
|
|
graphv_webgl
|
|
js_of_ocaml
|
|
lwt
|
|
irmin-git
|
|
irmin-indexeddb
|
|
zed
|
|
gg
|
|
))
|
|
|