this repo has no description
0
fork

Configure Feed

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

Add missing js_of_ocaml dependencies to js_top_worker-rpc.opam

The message sub-library depends on js_of_ocaml and js_of_ocaml-ppx
but these were not declared in the opam file, causing build failures
when installed via opam pin.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+2
+2
js_top_worker-rpc.opam
··· 15 15 "cbort" 16 16 "zarith" 17 17 "bytesrw" 18 + "js_of_ocaml" {>= "5.0"} 19 + "js_of_ocaml-ppx" {>= "5.0"} 18 20 ] 19 21 build : [ 20 22 ["dune" "subst"] {pinned}