fix init.ml

This commit is contained in:
cqc
2024-02-17 14:34:49 -06:00
parent cf00deb1ed
commit 3105e2bb8e
3 changed files with 415 additions and 3 deletions

View File

@ -1,7 +1,9 @@
(env
(dev (flags (:standard -warn-error -A))))
(library
(name init)
(libraries
store
js_of_ocaml-compiler js_of_ocaml-tyxml js_of_ocaml-toplevel
lwt js_of_ocaml-lwt
;; not used directly
@ -14,6 +16,15 @@
js_of_ocaml-lwt.graphics
js_of_ocaml-ppx
uucp
httpaf)
(modules init)
httpaf
digestif.ocaml
checkseum.ocaml
irmin.mem
git
irmin-git
cohttp-lwt-jsoo
mimic)
(modules init store)
(preprocess
(pps js_of_ocaml-ppx))
)