Compare commits

..

No commits in common. "db37034a70626e7b282957a63705a1a4696b6067" and "9a6659c9125f186d1ab5494ad5b9c4a71de76080" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
version=0.28.1 version=0.27.0
assignment-operator=end-line assignment-operator=end-line
break-cases=fit break-cases=fit
break-fun-decl=wrap break-fun-decl=wrap

View file

@ -10,11 +10,12 @@
(package (package
(name leaflet) (name leaflet)
(depends (depends
brr
js_of_ocaml
(ocaml (ocaml
(>= 4.08)) (>= 4.08))
brr brr
js_of_ocaml js_of_ocaml
dune-site dune-site
(tiny_httpd :with-test) (tiny_httpd :with-test))
)
(sites (share css) (share images))) (sites (share css) (share images)))