/new_thread -> /

This commit is contained in:
Swrup 2022-02-22 06:07:29 +01:00
parent bb5fb41c2b
commit b0aaf22ea7
10 changed files with 168 additions and 171 deletions

View file

@ -15,7 +15,7 @@
(library
(name js_map)
(modules js_map)
(libraries js_of_ocaml brr js_pretty_post)
(libraries js_of_ocaml brr)
(js_of_ocaml
(javascript_files leaflet/leaflet.js))
(preprocess
@ -32,15 +32,7 @@
(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)
(libraries js_of_ocaml brr js_map js_post_form js_pretty_post)
(modes js)
(preprocess
(pps js_of_ocaml-ppx)))