fix init.ml
This commit is contained in:
17
.config/dune
17
.config/dune
@ -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))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user