this repo has no description
0
fork

Configure Feed

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

Merge pull request #3 from patricoferris/add-missing-deps

Add missing dependencies for js_top_worker

authored by

Jon Ludlam and committed by
GitHub
38491365 e22cd86c

+5
+1
js_top_worker-client.opam
··· 5 5 license: "ISC" 6 6 depends: [ 7 7 "ocaml" 8 + "dune" {>= "2.9.1"} 8 9 "js_of_ocaml" {>= "3.11.0"} 9 10 "rresult" 10 11 "astring"
+3
js_top_worker.opam
··· 5 5 license: "ISC" 6 6 depends: [ 7 7 "ocaml" {>= "4.04"} 8 + "dune" {>= "2.9.1"} 8 9 "js_of_ocaml" {>= "3.11.0"} 9 10 "rresult" 10 11 "astring" 11 12 "js_of_ocaml-toplevel" 13 + "js_of_ocaml-compiler" 14 + "js_of_ocaml-ppx" 12 15 ] 13 16 build : [ 14 17 ["dune" "subst"] {pinned}
+1
js_top_worker_rpc_def.opam
··· 5 5 license: "ISC" 6 6 depends: [ 7 7 "ocaml" 8 + "dune" {>= "2.9.1"} 8 9 "ppx_deriving_rpc" 9 10 "rresult" 10 11 ]