make geopub/leaflet a separate library

This commit is contained in:
Swrup 2022-04-05 16:33:14 +02:00
commit 2fe7c1450d
18 changed files with 352 additions and 0 deletions

7
src/dune Normal file
View file

@ -0,0 +1,7 @@
(library
(name leaflet)
(public_name leaflet)
(modules leaflet)
(libraries brr js_of_ocaml)
(js_of_ocaml
(javascript_files leaflet.js)))