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