this repo has no description
0
fork

Configure Feed

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

Populate empty js_top_worker-unix.opam with package metadata

The file was empty (0 bytes), making it an invalid opam package.
Added dependencies based on the dune build files that reference
this package.

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

+26
+26
js_top_worker-unix.opam
··· 1 + version: "0.0.1" 2 + opam-version: "2.0" 3 + maintainer: "jon@recoil.org" 4 + authors: "various" 5 + license: "ISC" 6 + homepage: "https://github.com/jonludlam/js_top_worker" 7 + bug-reports: "https://github.com/jonludlam/js_top_worker/issues" 8 + depends: [ 9 + "ocaml" 10 + "dune" {>= "2.9.1"} 11 + "js_top_worker" {= version} 12 + "rpclib" 13 + "logs" 14 + "fmt" 15 + "lwt" 16 + "findlib" 17 + "unix" 18 + ] 19 + build : [ 20 + ["dune" "subst"] {pinned} 21 + ["dune" "build" "-p" name "-j" jobs] 22 + ] 23 + synopsis: "JS Toplevel worker unix" 24 + description: """ 25 + Unix socket backend for js_top_worker, used for testing outside the browser 26 + """