this repo has no description
0
fork

Configure Feed

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

Split some more

+24 -1
+1 -1
idl/dune
··· 6 6 7 7 (library 8 8 (name js_top_worker_client) 9 - (public_name js_top_worker.client) 9 + (public_name js_top_worker-client) 10 10 (modules worker_rpc) 11 11 (libraries js_top_worker_rpc lwt brr)) 12 12
+23
js_top_worker-client.opam
··· 1 + version: "0.0.1" 2 + opam-version: "2.0" 3 + maintainer: "jon@recoil.org" 4 + authors: "various" 5 + license: "ISC" 6 + depends: [ 7 + "ocaml" 8 + "js_of_ocaml" {>= "3.11.0"} 9 + "rresult" 10 + "astring" 11 + "brr" 12 + ] 13 + build : [ 14 + ["dune" "subst"] {pinned} 15 + ["dune" "build" "-p" name "-j" jobs] 16 + ] 17 + synopsis: "JS Toplevel worker client" 18 + description: """ 19 + An OCaml toplevel designed to run as a web worker 20 + """ 21 + pin-depends: [ 22 + ["js_of_ocaml.3.11.0" "git+https://github.com/jonludlam/js_of_ocaml#lazy_files"] 23 + ]