init.ml
This commit is contained in:
19
.config/dune
Normal file
19
.config/dune
Normal file
@ -0,0 +1,19 @@
|
||||
(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
|
||||
graphics
|
||||
js_of_ocaml.deriving
|
||||
react reactiveData
|
||||
str dynlink
|
||||
ocp-indent.lib
|
||||
higlo
|
||||
js_of_ocaml-lwt.graphics
|
||||
js_of_ocaml-ppx
|
||||
uucp
|
||||
httpaf)
|
||||
(modules init)
|
||||
)
|
||||
Reference in New Issue
Block a user