this repo has no description
at main 74 lines 1.4 kB view raw
1(executable 2 (name example) 3 (preprocess 4 (pps js_of_ocaml-ppx)) 5 (modes js) 6 (modules example) 7 (libraries js_top_worker_client_msg lwt js_of_ocaml)) 8 9(executable 10 (name example2) 11 (preprocess 12 (pps js_of_ocaml-ppx)) 13 (modes js) 14 (modules example2) 15 (libraries js_top_worker_client_msg lwt js_of_ocaml)) 16 17(executable 18 (name example3) 19 (preprocess 20 (pps js_of_ocaml-ppx)) 21 (modes js) 22 (modules example3) 23 (libraries js_top_worker_client_msg lwt js_of_ocaml)) 24 25(executable 26 (name example4) 27 (preprocess 28 (pps js_of_ocaml-ppx)) 29 (modes js) 30 (modules example4) 31 (libraries js_top_worker_client_msg lwt js_of_ocaml)) 32 33(executable 34 (name worker) 35 (modes byte js) 36 (modules worker) 37 (link_flags (-linkall)) 38 (js_of_ocaml 39 (javascript_files ../lib/stubs.js) 40 (flags --effects=disabled --toplevel --opt 3 +toplevel.js +dynlink.js)) 41 (libraries js_top_worker-web logs.browser mime_printer tyxml js_top_worker-widget note)) 42 43(rule 44 (target ocaml-worker.js) 45 (deps ../client/ocaml-worker.js) 46 (action (copy ../client/ocaml-worker.js %{target}))) 47 48(rule 49 (targets 50 (dir _opam)) 51 (action 52 (run jtw opam -o _opam str stringext mime_printer note))) 53 54(alias 55 (name default) 56 (deps 57 index.html 58 demo.html 59 demo.js 60 README.md 61 example.bc.js 62 example2.bc.js 63 example3.bc.js 64 example4.bc.js 65 example5.js 66 index2.html 67 index3.html 68 index4.html 69 index5.html 70 widget_test.html 71 ocaml-worker.js 72 _opam 73 server.py 74 (alias_rec all)))