this repo has no description
at main 15 lines 392 B view raw
1(library 2 (name js_top_worker_message) 3 (public_name js_top_worker-rpc.message) 4 (modules message widget_view) 5 (libraries js_of_ocaml) 6 (preprocess 7 (pps js_of_ocaml-ppx))) 8 9(library 10 (name js_top_worker_client_msg) 11 (public_name js_top_worker-client.msg) 12 (modules js_top_worker_client_msg) 13 (libraries js_top_worker-rpc.message lwt brr js_of_ocaml) 14 (preprocess 15 (pps js_of_ocaml-ppx)))