use dune-site

This commit is contained in:
Swrup 2024-02-08 15:58:52 +01:00
parent 2b8f3e8e7c
commit 037c094ed5
14 changed files with 126 additions and 53 deletions

View file

@ -1,6 +1,7 @@
(lang dune 2.9)
(implicit_transitive_deps false)
(using dune_site 0.1)
;uncomment when fixed: https://github.com/ocaml/dune/issues/9661
;(implicit_transitive_deps false)
(name leaflet)
@ -31,5 +32,7 @@
(depends
brr
js_of_ocaml
dune-site
(ocaml
(>= 4.08))))
(>= 4.08)))
(sites (share css) (share images)))