basic example with tiny_httpd

This commit is contained in:
Swrup 2025-02-06 01:28:39 +01:00
parent 107c27db95
commit 7ab765a333
6 changed files with 72 additions and 28 deletions

View file

@ -30,9 +30,11 @@
(tags
(leaflet javascript bindings interactive map openstreetmap))
(depends
(ocaml
(>= 4.08))
brr
js_of_ocaml
dune-site
(ocaml
(>= 4.08)))
(tiny_httpd :with-test)
)
(sites (share css) (share images)))