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