2022-04-05 16:33:14 +02:00
|
|
|
(lang dune 2.9)
|
2024-02-08 15:58:52 +01:00
|
|
|
(using dune_site 0.1)
|
|
|
|
|
;uncomment when fixed: https://github.com/ocaml/dune/issues/9661
|
|
|
|
|
;(implicit_transitive_deps false)
|
2022-04-05 16:33:14 +02:00
|
|
|
|
|
|
|
|
(name leaflet)
|
|
|
|
|
|
2025-02-06 02:39:11 +01:00
|
|
|
(generate_opam_files false)
|
2022-04-05 16:33:14 +02:00
|
|
|
|
|
|
|
|
(package
|
|
|
|
|
(name leaflet)
|
|
|
|
|
(depends
|
2025-02-06 01:28:39 +01:00
|
|
|
(ocaml
|
|
|
|
|
(>= 4.08))
|
2022-05-19 23:02:04 +02:00
|
|
|
brr
|
2022-06-18 20:47:19 +02:00
|
|
|
js_of_ocaml
|
2024-02-08 15:58:52 +01:00
|
|
|
dune-site
|
2025-02-06 01:28:39 +01:00
|
|
|
(tiny_httpd :with-test)
|
|
|
|
|
)
|
2024-02-08 15:58:52 +01:00
|
|
|
(sites (share css) (share images)))
|