Files
rootstore/.config/dune
2024-03-29 20:19:31 -05:00

31 lines
520 B
Plaintext

(env
(dev (flags (:standard -warn-error -A))))
(library
(name init)
(libraries
js_of_ocaml-compiler js_of_ocaml-tyxml js_of_ocaml-toplevel
lwt js_of_ocaml-lwt
;; not used directly
graphics
js_of_ocaml.deriving
react reactiveData
str dynlink
ocp-indent.lib
higlo
js_of_ocaml-lwt.graphics
js_of_ocaml-ppx
uucp
httpaf
digestif.ocaml
checkseum.ocaml
irmin.mem
git
irmin-git
cohttp-lwt-jsoo
mimic)
(modules init store)
(preprocess
(pps js_of_ocaml-ppx))
)