this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Deps

+4 -4
+3 -4
idl/dune
··· 4 4 (modules toplevel_api_gen) 5 5 (libraries 6 6 rresult 7 - yojson 8 7 mime_printer 9 8 merlin-lib.query_protocol 10 9 rpclib 11 - rpclib.json)) 10 + )) 12 11 13 12 (library 14 13 (name js_top_worker_client) 15 14 (public_name js_top_worker-client) 16 15 (modules js_top_worker_client) 17 - (libraries js_top_worker-rpc lwt brr) 16 + (libraries js_top_worker-rpc lwt brr rpclib.json) 18 17 (preprocess 19 18 (pps js_of_ocaml-ppx))) 20 19 ··· 22 21 (name js_top_worker_client_fut) 23 22 (public_name js_top_worker-client_fut) 24 23 (modules js_top_worker_client_fut) 25 - (libraries js_top_worker-rpc brr) 24 + (libraries js_top_worker-rpc rpclib.json brr) 26 25 (preprocess 27 26 (pps js_of_ocaml-ppx))) 28 27
+1
js_top_worker-rpc.opam
··· 10 10 "dune" {>= "2.9.1"} 11 11 "mime_printer" 12 12 "rresult" 13 + "merlin-lib" 13 14 ] 14 15 build : [ 15 16 ["dune" "subst"] {pinned}