leaflet/src/dune

8 lines
201 B
Text
Raw Normal View History

2022-04-05 16:33:14 +02:00
(library
(name leaflet)
(public_name leaflet)
2022-04-08 13:21:20 +02:00
(modules ev latlng geojson_layer tile_layer popup marker map global layer)
2022-04-05 16:33:14 +02:00
(libraries brr js_of_ocaml)
(js_of_ocaml
(javascript_files leaflet.js)))