32 lines
537 B
Plaintext
32 lines
537 B
Plaintext
(env
|
|
(dev (flags (:standard -warn-error -A))
|
|
(js_of_ocaml (flags --no-inline --pretty --source-map-inline --debug-info)
|
|
(build_runtime_flags --no-inline --pretty --source-map-inline --debug-info)
|
|
(link_flags --source-map-inline))))
|
|
|
|
(executable
|
|
(name boot_js)
|
|
(modes byte js)
|
|
(preprocess (pps js_of_ocaml-ppx))
|
|
|
|
(modules boot_js human)
|
|
(libraries
|
|
fmt
|
|
logs
|
|
graphv_webgl
|
|
js_of_ocaml-lwt
|
|
digestif.ocaml
|
|
irmin.mem
|
|
git
|
|
irmin-git
|
|
httpaf
|
|
cohttp
|
|
cohttp-lwt-jsoo
|
|
mimic
|
|
uri
|
|
zed
|
|
gg
|
|
|
|
))
|
|
|