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" "dune" {>= "2.9.1"} "js_of_ocaml" {>= "3.11.0"} "rresult" "astring" "brr" {>= "0.0.4"} "js_top_worker" {= version} "lwt" "js_of_ocaml-lwt" "js_of_ocaml-toplevel" "logs" "angstrom" "uri" "ocamlfind" "fpath" "js_of_ocaml-ppx" {>= "5.0"} ] build : [ ["dune" "subst"] {pinned} ["dune" "build" "-p" name "-j" jobs] ] synopsis: "JS Toplevel worker web" description: """ An OCaml toplevel designed to run as a web worker """