Skip to content

Commit eafbac0

Browse files
committed
fix opam files
1 parent 677e1b6 commit eafbac0

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

dune-project

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
(package
3030
(name ezjs_amcharts3)
3131
(synopsis "Amcharts3 binding")
32-
(depends ezjs_utils.bind))
32+
(depends ezjs_utils))
3333

3434
(package
3535
(name ezjs_bs4)
3636
(synopsis "Bootstrap4 helpers")
3737
(depends
3838
(js_of_ocaml-ppx (>= 3.4.0))
39-
ezjs_utils.tyxml ezjs_utils.loc ezjs_cleave ezjs_jquery))
39+
ezjs_utils ezjs_cleave ezjs_jquery))
4040

4141
(package
4242
(name ezjs_disqus)

ezjs_amcharts3.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ doc: "https://ocamlpro.github.io/ezjs/doc"
1515
bug-reports: "https://github.com/ocamlpro/ezjs/issues"
1616
depends: [
1717
"dune" {>= "2.5"}
18-
"ezjs_utils.bind"
18+
"ezjs_utils"
1919
]
2020
build: [
2121
["dune" "subst"] {pinned}

ezjs_bs4.opam

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ bug-reports: "https://github.com/ocamlpro/ezjs/issues"
1616
depends: [
1717
"dune" {>= "2.5"}
1818
"js_of_ocaml-ppx" {>= "3.4.0"}
19-
"ezjs_utils.tyxml"
20-
"ezjs_utils.loc"
19+
"ezjs_utils"
2120
"ezjs_cleave"
2221
"ezjs_jquery"
2322
]

0 commit comments

Comments
 (0)