use dune-site
This commit is contained in:
parent
2b8f3e8e7c
commit
037c094ed5
14 changed files with 126 additions and 53 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue