this repo has no description
0
fork

Configure Feed

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

wip

+29
+1
js_top_worker-rpc.opam
··· 8 8 depends: [ 9 9 "ocaml" {>= "4.04"} 10 10 "dune" {>= "2.9.1"} 11 + "mime_printer" 11 12 "rresult" 12 13 ] 13 14 build : [
+28
js_top_worker-web.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_of_ocaml" {>= "3.11.0"} 12 + "rresult" 13 + "astring" 14 + "brr" {>= "0.0.4"} 15 + "js_top_worker" {= version} 16 + "js_top_worker-rpc" {= version} 17 + "lwt" 18 + "js_of_ocaml-toplevel" 19 + "logs" 20 + ] 21 + build : [ 22 + ["dune" "subst"] {pinned} 23 + ["dune" "build" "-p" name "-j" jobs] 24 + ] 25 + synopsis: "JS Toplevel worker web" 26 + description: """ 27 + An OCaml toplevel designed to run as a web worker 28 + """