make geopub/leaflet a separate library

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

19
dune-project Normal file
View file

@ -0,0 +1,19 @@
(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 false)
(package
(name leaflet)
(depends
(ocaml
(>= 4.08))
brr
js_of_ocaml
dune-site
(tiny_httpd :with-test))
(sites (share css) (share images)))