2022-04-05 16:33:14 +02:00
|
|
|
(lang dune 2.9)
|
2024-02-08 15:58:52 +01:00
|
|
|
(using dune_site 0.1)
|
|
|
|
|
;uncomment when fixed: https://github.com/ocaml/dune/issues/9661
|
|
|
|
|
;(implicit_transitive_deps false)
|
2022-04-05 16:33:14 +02:00
|
|
|
|
|
|
|
|
(name leaflet)
|
|
|
|
|
|
2025-02-06 01:53:13 +01:00
|
|
|
(generate_opam_files true)
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
(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
|
2025-02-06 01:28:39 +01:00
|
|
|
(ocaml
|
|
|
|
|
(>= 4.08))
|
2022-05-19 23:02:04 +02:00
|
|
|
brr
|
2022-06-18 20:47:19 +02:00
|
|
|
js_of_ocaml
|
2024-02-08 15:58:52 +01:00
|
|
|
dune-site
|
2025-02-06 01:28:39 +01:00
|
|
|
(tiny_httpd :with-test)
|
|
|
|
|
)
|
2024-02-08 15:58:52 +01:00
|
|
|
(sites (share css) (share images)))
|