Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/wcs-api/wcs-api.2017-05-26.01/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ depends: [
"wcs-lib" {= "2017-05-26.01"}
"lwt_ssl"
"cohttp-lwt-unix" {>= "0.20.0" & < "1.0"}
"jbuilder"
]
synopsis: "SDK for Watson Conversation Service"
description: """
Expand Down
1 change: 1 addition & 0 deletions packages/wcs-api/wcs-api.2017-05-26.02/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ depends: [
"wcs-lib" {= "2017-05-26.02"}
"lwt_ssl" | "tls"
"cohttp-lwt-unix" {< "1.0.0"}
"jbuilder" {<="1.0+beta20.2"}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"jbuilder" {<="1.0+beta20.2"}
"jbuilder"

]
synopsis: "SDK for Watson Conversation Service"
description: """
Expand Down
1 change: 1 addition & 0 deletions packages/wcs-api/wcs-api.2017-05-26.03/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ depends: [
"ocaml" {>= "4.03.0"}
"wcs-lib" {= "2017-05-26.03"}
"cohttp-lwt-unix" {>= "1.0.0"}
"jbuilder"
]
synopsis: "SDK for Watson Conversation Service"
description: """
Expand Down
1 change: 1 addition & 0 deletions packages/wcs-api/wcs-api.2017-05-26.04/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ depends: [
"ocaml" {>= "4.03.0"}
"wcs-lib" {= "2017-05-26.04"}
"cohttp-lwt-unix" {>= "1.0.0"}
"jbuilder"
]
synopsis: "SDK for Watson Conversation Service"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/wcs-lib/wcs-lib.2017-05-26.00/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build: [
depends: [
"ocaml" {>= "4.03.0"}
"ocamlfind" {build}
"jbuilder"
"jbuilder" {<"1.0+beta20.2"}
"atdgen" {build & < "1.13.0"}
"lwt_ssl"
"cohttp-lwt-unix" {< "1.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/wcs-lib/wcs-lib.2017-05-26.01/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build: [
depends: [
"ocaml" {>= "4.02.3"}
"ocamlfind" {build}
"jbuilder"
"jbuilder" {<"1.0+beta20.2"}
"atdgen" {build & < "1.13.0"}
]
synopsis: "SDK for Watson Conversation Service"
Expand Down
2 changes: 1 addition & 1 deletion packages/wcs-lib/wcs-lib.2017-05-26.02/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build: [

depends: [
"ocaml" {>= "4.02.3"}
"jbuilder"
"jbuilder" {<"1.0+beta20.2"}
"ocaml-migrate-parsetree" {build}
"atdgen" {build & < "1.13.0"}
"atd"
Expand Down
2 changes: 1 addition & 1 deletion packages/wcs-lib/wcs-lib.2017-05-26.03/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build: [

depends: [
"ocaml" {>= "4.02.3"}
"jbuilder"
"jbuilder" {<"1.0+beta20.2"}
"ocaml-migrate-parsetree" {build}
"atdgen" {build & < "1.13.0"}
"atd"
Expand Down
2 changes: 1 addition & 1 deletion packages/wcs-lib/wcs-lib.2017-05-26.04/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build: [

depends: [
"ocaml" {>= "4.02.3"}
"jbuilder"
"jbuilder" {<"1.0+beta20.2"}
"ocaml-migrate-parsetree" {build}
"atdgen" {build & < "1.13.0"}
"atd"
Expand Down
2 changes: 1 addition & 1 deletion packages/wcs-lib/wcs-lib.2017-05-26.05/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build: [

depends: [
"ocaml" {>= "4.03.0"}
"jbuilder"
"jbuilder" {<"1.0+beta20.2"}
"ocaml-migrate-parsetree" {build}
"atdgen" {build}
"atd"
Expand Down