23 lines
329 B
Plaintext
23 lines
329 B
Plaintext
(env
|
|
(dev (flags (:standard -warn-error -A))
|
|
(js_of_ocaml (flags) (compilation_mode separate))))
|
|
|
|
(executable
|
|
(name boot_js)
|
|
(modes byte js)
|
|
(preprocess (pps js_of_ocaml-ppx))
|
|
|
|
(modules boot_js human)
|
|
(libraries
|
|
fmt
|
|
graphv_webgl
|
|
js_of_ocaml-lwt
|
|
digestif.ocaml
|
|
irmin.mem
|
|
irmin-git.unix
|
|
zed
|
|
gg
|
|
|
|
))
|
|
|