2022-04-05 16:33:14 +02:00
|
|
|
(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
|
2022-05-19 23:02:04 +02:00
|
|
|
brr
|
2022-06-18 20:47:19 +02:00
|
|
|
js_of_ocaml
|
2022-04-05 16:33:14 +02:00
|
|
|
(ocaml
|
|
|
|
|
(>= 4.08))
|
|
|
|
|
brr
|
|
|
|
|
js_of_ocaml
|
|
|
|
|
dune-site
|
|
|
|
|
(tiny_httpd :with-test))
|
|
|
|
|
(sites (share css) (share images)))
|