geochan/src/js/dune
2022-12-31 06:10:49 +01:00

46 lines
918 B
Text

(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)
(libraries js_of_ocaml brr unix)
(preprocess
(pps js_of_ocaml-ppx)))
(library
(name js_map)
(modules js_map)
(libraries js_of_ocaml brr leaflet)
(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)
(libraries js_of_ocaml brr js_map js_post_form js_pretty_post leaflet)
(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)))