this repo has no description

Add missing dependencies to js_top_worker.opam

ppx_deriving, ppxlib, merlin-lib, mime_printer, logs and cppo are
all required by lib/dune but were not declared in the opam file.

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

+6
+6
js_top_worker.opam
··· 16 16 "js_of_ocaml-ppx" 17 17 "js_top_worker-rpc" 18 18 "rpclib-lwt" 19 + "ppx_deriving" {>= "5.0"} 20 + "ppxlib" 21 + "merlin-lib" {>= "4.7"} 22 + "mime_printer" 23 + "logs" 24 + "cppo" {build} 19 25 ] 20 26 build : [ 21 27 ["dune" "subst"] {pinned}