move js to js/, fix code duplication, make post prettier on babillard
too
This commit is contained in:
parent
37446d9e1f
commit
f9b77948b2
13 changed files with 221 additions and 349 deletions
46
src/js/dune
Normal file
46
src/js/dune
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
(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)
|
||||
(preprocess
|
||||
(pps js_of_ocaml-ppx)))
|
||||
|
||||
(library
|
||||
(name js_map)
|
||||
(modules js_map)
|
||||
(libraries js_of_ocaml brr js_pretty_post)
|
||||
(js_of_ocaml
|
||||
(javascript_files leaflet/leaflet.js))
|
||||
(preprocess
|
||||
(pps js_of_ocaml-ppx)))
|
||||
|
||||
(executable
|
||||
(name js_babillard)
|
||||
(modules js_babillard)
|
||||
(libraries js_of_ocaml brr js_map)
|
||||
(modes js)
|
||||
(preprocess
|
||||
(pps js_of_ocaml-ppx)))
|
||||
|
||||
(executable
|
||||
(name js_newthread)
|
||||
(modules js_newthread)
|
||||
(libraries js_of_ocaml brr js_map js_post_form)
|
||||
(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)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue