use gadts for event, clean repo
This commit is contained in:
parent
6e1ac0d96d
commit
9e66f26b71
8 changed files with 118 additions and 126 deletions
14
src/dune
14
src/dune
|
|
@ -1,7 +1,15 @@
|
|||
(library
|
||||
(name leaflet)
|
||||
(public_name leaflet)
|
||||
(modules ev latlng geojson_layer tile_layer popup marker map global layer)
|
||||
(libraries brr js_of_ocaml)
|
||||
(modules
|
||||
event
|
||||
geojson_layer
|
||||
global
|
||||
latlng
|
||||
layer
|
||||
map
|
||||
marker
|
||||
popup
|
||||
tile_layer)
|
||||
(libraries brr)
|
||||
(js_of_ocaml
|
||||
(javascript_files leaflet.js)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue