add example

This commit is contained in:
Swrup 2022-05-19 15:46:43 +02:00
parent f0435c549b
commit 0370fb97a2
4 changed files with 671 additions and 2 deletions

View file

@ -1,3 +1,7 @@
(executable
(name main)
(modules main))
(modules main)
(libraries leaflet)
(modes js)
(preprocess
(pps js_of_ocaml-ppx)))