this repo has no description
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 "eio"
10 "eio_main"
11 "bos"
12 "opam-format"
13 "ocamlfind"
14 "logs"
15 "fmt"
16 "ocaml"
17 "dune" {>= "2.9.1"}
18 "js_of_ocaml" {>= "3.11.0"}
19 "astring"
20 "js_top_worker" {= version}
21 "yojson"
22]
23build : [
24 ["dune" "subst"] {pinned}
25 ["dune" "build" "-p" name "-j" jobs]
26]
27synopsis: "JS Toplevel worker web"
28description: """
29An OCaml toplevel designed to run as a web worker
30"""