(lang dune 2.9)
(using dune_site 0.1)
;uncomment when fixed: https://github.com/ocaml/dune/issues/9661
;(implicit_transitive_deps false)

(name leaflet)

(license BSD-2-Clause)

(authors "pukkamustard <pukkamustard@posteo.net>" "swrup <swrup@protonmail.com>" "Léo Andrès <contact@ndrs.fr>")

(maintainers "swrup <swrup@protonmail.com>")

(source
 (uri git+https://git.zapashcanon.fr/swrup/leaflet.git))

(homepage https://git.zapashcanon.fr/swrup/leaflet)

(bug_reports https://git.zapashcanon.fr/swrup/leaflet/issues)

(documentation TODO/leaflet)

(generate_opam_files true)

(package
 (name leaflet)
 (synopsis "Bindings for the Leaflet JavaScript library")
 (description
  "leaflet is an OCaml bindings library for the Leaflet JavaScript library.")
 (tags
  (leaflet javascript bindings interactive map openstreetmap))
 (depends
  brr
  js_of_ocaml
  dune-site
  (ocaml
   (>= 4.08)))
 (sites (share css) (share images)))
