make geopub/leaflet a separate library
This commit is contained in:
commit
38bff4feb4
18 changed files with 347 additions and 0 deletions
19
dune-project
Normal file
19
dune-project
Normal 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)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue