Files
rootstore/.config/dune
2024-02-17 14:34:49 -06:00

31 lines
516 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))
)