opam-version: "2.0" name: "leaflet" version: "0.2" synopsis: "Bindings for the Leaflet JavaScript library" description: "leaflet is an OCaml bindings library for the Leaflet JavaScript library." maintainer: ["swrup "] authors: [ "pukkamustard " "swrup " "Léo Andrès " ] license: "BSD-2-Clause" tags: ["leaflet" "javascript" "bindings" "interactive" "map" "openstreetmap"] homepage: "https://git.zapashcanon.fr/swrup/leaflet" bug-reports: "https://git.zapashcanon.fr/swrup/leaflet/issues" depends: [ "dune" {>= "2.9"} "ocaml" {>= "4.08"} "brr" "js_of_ocaml" "dune-site" "tiny_httpd" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://git.zapashcanon.fr/swrup/leaflet.git"