this repo has no description

Add pin-depends

+4 -1
+1 -1
js_top_worker-bin.opam
··· 10 10 "eio_main" 11 11 "bos" 12 12 "opam-format" 13 - "findlib" 13 + "ocamlfind" 14 14 "logs" 15 15 "fmt" 16 16 "ocaml"
+3
js_top_worker-rpc.opam
··· 20 20 description: """ 21 21 An OCaml toplevel designed to run as a web worker 22 22 """ 23 + pin-depends: [ 24 + [ "mime_printer.dev" "git+https://github.com/jonludlam/mime_printer.git#odoc_notebook" ] 25 + ]