this repo has no description
at main 20 lines 529 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" 10 "dune" {>= "2.9.1"} 11 "js_top_worker-rpc" 12] 13build : [ 14 ["dune" "subst"] {pinned} 15 ["dune" "build" "-p" name "-j" jobs] 16] 17synopsis: "Interactive widget support for js_top_worker toplevel" 18description: """ 19Widget module for creating interactive HTML widgets from the OCaml toplevel 20"""