File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6363 ( re ( = 1 .11.0 ) )
6464 ( fmt ( = 0 .9.0 ) )
6565 ( logs ( = 0 .7.0 ) )
66- ( atdgen ( and :build ( = 2 .15.0 ) ) )
66+ ( atdgen ( = 2 .15.0 ) ) ; TODO: find a way to specify as build dependency only, as with the `build` package variable in opam
6767 ( atdgen-runtime ( = 2 .15.0 ) )
6868 kappa-library
6969 ; Added to pin version of lib used in kappa-library
8787 ( fmt ( = 0 .9.0 ) )
8888 ( logs ( = 0 .7.0 ) )
8989 ( atdgen-runtime ( = 2 .15.0 ) )
90- ( atdgen ( and :build ( = 2 .15.0 ) ) )
90+ ( atdgen ( = 2 .15.0 ) ) ; TODO: find a way to specify as build dependency only, as with the `build` package variable in opam
9191 ( tyxml-ppx ( = 4 .6.0 ) )
9292 (js_of_ocaml ( = 5 .7.0 ) )
9393 ( js_of_ocaml-lwt ( = 5 .7.0 ) )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ depends: [
3030 "re" {= "1.11.0"}
3131 "fmt" {= "0.9.0"}
3232 "logs" {= "0.7.0"}
33- "atdgen" {build & = "2.15.0"}
33+ "atdgen" {= "2.15.0"}
3434 "atdgen-runtime" {= "2.15.0"}
3535 "kappa-library"
3636 "result" {= "1.5"}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ depends: [
3232 "fmt" {= "0.9.0"}
3333 "logs" {= "0.7.0"}
3434 "atdgen-runtime" {= "2.15.0"}
35- "atdgen" {build & = "2.15.0"}
35+ "atdgen" {= "2.15.0"}
3636 "tyxml-ppx" {= "4.6.0"}
3737 "js_of_ocaml" {= "5.7.0"}
3838 "js_of_ocaml-lwt" {= "5.7.0"}
You can’t perform that action at this time.
0 commit comments