geochan/src/js/dune

47 lines
902 B
Text
Raw Normal View History

(library
(name js_post_form)
(modules js_post_form)
(libraries js_of_ocaml brr)
(preprocess
(pps js_of_ocaml-ppx)))
(library
(name js_pretty_post)
(modules js_pretty_post)
2022-02-18 03:22:24 +01:00
(libraries js_of_ocaml brr unix)
(preprocess
(pps js_of_ocaml-ppx)))
(library
(name js_map)
(modules js_map)
2022-02-22 06:07:29 +01:00
(libraries js_of_ocaml brr)
(js_of_ocaml
(javascript_files leaflet/leaflet.js))
(preprocess
(pps js_of_ocaml-ppx)))
(executable
(name js_catalog)
(modules js_catalog)
(libraries js_of_ocaml brr js_pretty_post)
(modes js)
(preprocess
(pps js_of_ocaml-ppx)))
(executable
(name js_babillard)
(modules js_babillard)
2022-02-22 06:07:29 +01:00
(libraries js_of_ocaml brr js_map js_post_form js_pretty_post)
(modes js)
(preprocess
(pps js_of_ocaml-ppx)))
(executable
(name js_thread)
(modules js_thread)
(libraries js_of_ocaml brr js_post_form js_pretty_post)
(modes js)
(preprocess
(pps js_of_ocaml-ppx)))