(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) (generate_opam_files true) (license BSD-2-Clause) (authors "pukkamustard " "swrup " "Léo Andrès ") (maintainers "swrup ") (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) (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 (ocaml (>= 4.08)) brr js_of_ocaml dune-site (tiny_httpd :with-test) ) (sites (share css) (share images)))