this repo has no description

Merge pull request #5 from tmattio/fix-deps

Fix dependencies

authored by jon.recoil.org and committed by

GitHub fe6ba750 81d306e6

+3 -1
+2 -1
js_top_worker-client.opam
··· 12 "rresult" 13 "astring" 14 "brr" 15 - "js_top_worker" 16 "lwt" 17 ] 18 build : [
··· 12 "rresult" 13 "astring" 14 "brr" 15 + "js_top_worker" {= version} 16 + "js_top_worker-rpc" {= version} 17 "lwt" 18 ] 19 build : [
+1
js_top_worker.opam
··· 14 "js_of_ocaml-toplevel" 15 "js_of_ocaml-compiler" 16 "js_of_ocaml-ppx" 17 ] 18 build : [ 19 ["dune" "subst"] {pinned}
··· 14 "js_of_ocaml-toplevel" 15 "js_of_ocaml-compiler" 16 "js_of_ocaml-ppx" 17 + "js_top_worker-rpc" {= version} 18 ] 19 build : [ 20 ["dune" "subst"] {pinned}