leaflet/dune-project

36 lines
793 B
Text
Raw Normal View History

2022-04-05 16:33:14 +02:00
(lang dune 2.9)
(implicit_transitive_deps false)
(name leaflet)
2022-04-12 13:46:37 +02:00
(license BSD-2-Clause)
2022-04-05 16:33:14 +02:00
2022-04-12 13:46:37 +02:00
(authors "pukkamustard <pukkamustard@posteo.net>" "swrup <swrup@protonmail.com>" "Léo Andrès <contact@ndrs.fr>")
2022-04-05 16:33:14 +02:00
2022-04-12 13:46:37 +02:00
(maintainers "swrup <swrup@protonmail.com>")
2022-04-05 16:33:14 +02:00
(source
2022-04-12 13:46:37 +02:00
(uri git+https://git.zapashcanon.fr/swrup/leaflet.git))
2022-04-05 16:33:14 +02:00
2022-04-12 13:46:37 +02:00
(homepage https://git.zapashcanon.fr/swrup/leaflet)
2022-04-05 16:33:14 +02:00
2022-04-12 13:46:37 +02:00
(bug_reports https://git.zapashcanon.fr/swrup/leaflet/issues)
2022-04-05 16:33:14 +02:00
(documentation TODO/leaflet)
(generate_opam_files true)
(package
(name leaflet)
2022-04-12 13:46:37 +02:00
(synopsis "Bindings for the Leaflet JavaScript library")
2022-04-05 16:33:14 +02:00
(description
2022-04-12 13:46:37 +02:00
"leaflet is an OCaml bindings library for the Leaflet JavaScript library.")
2022-04-05 16:33:14 +02:00
(tags
2022-04-12 13:46:37 +02:00
(leaflet javascript bindings interactive map openstreetmap))
2022-04-05 16:33:14 +02:00
(depends
2022-05-19 23:02:04 +02:00
brr
2022-06-18 20:47:19 +02:00
js_of_ocaml
2022-04-05 16:33:14 +02:00
(ocaml
(>= 4.08))))