forked from swrup/leaflet
add js_of_ocaml to package dependency
This commit is contained in:
parent
bf66ab75fb
commit
d1ddafd945
@ -30,5 +30,6 @@
|
||||
(leaflet javascript bindings interactive map openstreetmap))
|
||||
(depends
|
||||
brr
|
||||
js_of_ocaml
|
||||
(ocaml
|
||||
(>= 4.08))))
|
||||
|
@ -2,6 +2,4 @@
|
||||
(name main)
|
||||
(modules main)
|
||||
(libraries brr leaflet)
|
||||
(modes js)
|
||||
(preprocess
|
||||
(pps js_of_ocaml-ppx)))
|
||||
(modes js))
|
||||
|
@ -17,6 +17,7 @@ bug-reports: "https://git.zapashcanon.fr/swrup/leaflet/issues"
|
||||
depends: [
|
||||
"dune" {>= "2.9"}
|
||||
"brr"
|
||||
"js_of_ocaml"
|
||||
"ocaml" {>= "4.08"}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user