Commit eafbac0 1 parent 677e1b6 commit eafbac0 Copy full SHA for eafbac0
File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 29
29
( package
30
30
(name ezjs_amcharts3)
31
31
(synopsis " Amcharts3 binding" )
32
- ( depends ezjs_utils.bind ) )
32
+ ( depends ezjs_utils) )
33
33
34
34
( package
35
35
(name ezjs_bs4)
36
36
(synopsis " Bootstrap4 helpers" )
37
37
( depends
38
38
( 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) )
40
40
41
41
( package
42
42
(name ezjs_disqus)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ doc: "https://ocamlpro.github.io/ezjs/doc"
15
15
bug-reports: "https://github.com/ocamlpro/ezjs/issues"
16
16
depends: [
17
17
"dune" {>= "2.5"}
18
- "ezjs_utils.bind "
18
+ "ezjs_utils"
19
19
]
20
20
build: [
21
21
["dune" "subst"] {pinned}
Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ bug-reports: "https://github.com/ocamlpro/ezjs/issues"
16
16
depends: [
17
17
"dune" {>= "2.5"}
18
18
"js_of_ocaml-ppx" {>= "3.4.0"}
19
- "ezjs_utils.tyxml"
20
- "ezjs_utils.loc"
19
+ "ezjs_utils"
21
20
"ezjs_cleave"
22
21
"ezjs_jquery"
23
22
]
You can’t perform that action at this time.
0 commit comments