this repo has no description
at main 20 lines 523 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-widget" 12] 13build : [ 14 ["dune" "subst"] {pinned} 15 ["dune" "build" "-p" name "-j" jobs] 16] 17synopsis: "Leaflet.js map widget adapter for js_top_worker" 18description: """ 19Provides a Leaflet map adapter that can be #require'd from the toplevel. 20"""