Files
boot/dune
2022-08-31 12:32:44 -05:00

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
))