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"} "js_of_ocaml-ppx" ] build : [ ["dune" "subst"] {pinned} ["dune" "build" "-p" name "-j" jobs] ] synopsis: "JS Toplevel worker message protocol" description: """ Message protocol definitions for js_top_worker communication """