this repo has no description
at main 29 lines 639 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" {>= "4.04"} 10 "dune" {>= "2.9.1"} 11 "js_of_ocaml" {>= "3.11.0"} 12 "rresult" 13 "astring" 14 "js_of_ocaml-toplevel" 15 "js_of_ocaml-compiler" 16 "lwt" 17 "merlin-lib" {>= "4.7"} 18 "mime_printer" 19 "logs" 20 "cppo" {build} 21] 22build : [ 23 ["dune" "subst"] {pinned} 24 ["dune" "build" "-p" name "-j" jobs] 25] 26synopsis: "JS Toplevel worker" 27description: """ 28An OCaml toplevel designed to run as a web worker 29"""