forked from swrup/leaflet
36 lines
793 B
Plaintext
36 lines
793 B
Plaintext
(lang dune 2.9)
|
|
|
|
(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
|
|
(ocaml
|
|
(>= 4.08))))
|