This commit is contained in:
cqc
2024-02-17 12:48:17 -06:00
parent 4a0a052836
commit cf00deb1ed
5 changed files with 136 additions and 0 deletions

19
.config/dune Normal file
View 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)
)