version: "0.0.1" opam-version: "2.0" maintainer: "jon@recoil.org" authors: "various" license: "ISC" homepage: "https://github.com/jonludlam/js_top_worker" bug-reports: "https://github.com/jonludlam/js_top_worker/issues" depends: [ "ocaml" {>= "4.04"} "dune" {>= "2.9.1"} "js_of_ocaml" {>= "3.11.0"} "rresult" "astring" "js_of_ocaml-toplevel" "js_of_ocaml-compiler" "lwt" "merlin-lib" {>= "4.7"} "mime_printer" "logs" "cppo" {build} ] build : [ ["dune" "subst"] {pinned} ["dune" "build" "-p" name "-j" jobs] ] synopsis: "JS Toplevel worker" description: """ An OCaml toplevel designed to run as a web worker """