add js_of_ocaml to package dependency
This commit is contained in:
parent
ea061ebe66
commit
95f13b320b
3 changed files with 3 additions and 3 deletions
|
|
@ -11,6 +11,7 @@
|
|||
(name leaflet)
|
||||
(depends
|
||||
brr
|
||||
js_of_ocaml
|
||||
(ocaml
|
||||
(>= 4.08))
|
||||
brr
|
||||
|
|
|
|||
|
|
@ -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://forge.kumikode.org/kumikode/leaflet/issues"
|
|||
depends: [
|
||||
"dune" {>= "2.9"}
|
||||
"brr"
|
||||
"js_of_ocaml"
|
||||
"ocaml" {>= "4.08"}
|
||||
"brr"
|
||||
"js_of_ocaml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue