Skip to content

Commit

Permalink
Add lower bound on yojson 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Jul 12, 2023
1 parent 3b619a2 commit 8d1adce
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 1 deletion.
4 changes: 4 additions & 0 deletions aws-autoscaling.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
<<<<<<< HEAD
"yojson" {with-test & >= "1.7.0"}
=======
"yojson" {with-test & >= "2.0"}
>>>>>>> 15b920809 (Add lower bound on yojson 2.0)
]
build: [
["dune" "subst"] {pinned}
Expand Down
4 changes: 4 additions & 0 deletions aws-cloudformation.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
<<<<<<< HEAD
"yojson" {with-test & >= "1.7.0"}
=======
"yojson" {with-test & >= "2.0"}
>>>>>>> 15b920809 (Add lower bound on yojson 2.0)
]
build: [
["dune" "subst"] {pinned}
Expand Down
4 changes: 4 additions & 0 deletions aws-cloudtrail.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
<<<<<<< HEAD
"yojson" {with-test & >= "1.7.0"}
=======
"yojson" {with-test & >= "2.0"}
>>>>>>> 15b920809 (Add lower bound on yojson 2.0)
]
build: [
["dune" "subst"] {pinned}
Expand Down
4 changes: 4 additions & 0 deletions aws-cloudwatch.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
<<<<<<< HEAD
"yojson" {with-test & >= "1.7.0"}
=======
"yojson" {with-test & >= "2.0"}
>>>>>>> 15b920809 (Add lower bound on yojson 2.0)
]
build: [
["dune" "subst"] {pinned}
Expand Down
4 changes: 4 additions & 0 deletions aws-ec2.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
<<<<<<< HEAD
"yojson" {with-test & >= "1.7.0"}
=======
"yojson" {with-test & >= "2.0"}
>>>>>>> 15b920809 (Add lower bound on yojson 2.0)
]
build: [
["dune" "subst"] {pinned}
Expand Down
4 changes: 4 additions & 0 deletions aws-elasticache.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
<<<<<<< HEAD
"yojson" {with-test & >= "1.7.0"}
=======
"yojson" {with-test & >= "2.0"}
>>>>>>> 15b920809 (Add lower bound on yojson 2.0)
]
build: [
["dune" "subst"] {pinned}
Expand Down
4 changes: 4 additions & 0 deletions aws-elasticloadbalancing.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
<<<<<<< HEAD
"yojson" {with-test & >= "1.7.0"}
=======
"yojson" {with-test & >= "2.0"}
>>>>>>> 15b920809 (Add lower bound on yojson 2.0)
]
build: [
["dune" "subst"] {pinned}
Expand Down
5 changes: 4 additions & 1 deletion aws-gen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git"
depends: [
"ocaml" {>= "4.08"}
"atdgen" {>= "2.10"}
"yojson"
"yojson" {>= "2.0"}
"base-unix"
"cmdliner" {>= "1.1.0"}
"fmt"
<<<<<<< HEAD
"yojson" {>= "1.6.0"}
=======
>>>>>>> 15b920809 (Add lower bound on yojson 2.0)
"ocaml-compiler-libs" {>= "0.11.0" }
"ocamlgraph"
"dune" {>= "2.7"}
Expand Down
4 changes: 4 additions & 0 deletions aws-kms.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
<<<<<<< HEAD
"yojson" {with-test & >= "1.7.0"}
=======
"yojson" {with-test & "2.0"}
>>>>>>> 15b920809 (Add lower bound on yojson 2.0)
]
build: [
["dune" "subst"] {pinned}
Expand Down
4 changes: 4 additions & 0 deletions aws-rds.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
<<<<<<< HEAD
"yojson" {with-test & >= "1.7.0"}
=======
"yojson" {with-test & >= "2.0"}
>>>>>>> 15b920809 (Add lower bound on yojson 2.0)
]
build: [
["dune" "subst"] {pinned}
Expand Down
4 changes: 4 additions & 0 deletions aws-route53.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
<<<<<<< HEAD
"yojson" {with-test & >= "1.7.0"}
=======
"yojson" {with-test & "2.0"}
>>>>>>> 15b920809 (Add lower bound on yojson 2.0)
]
build: [
["dune" "subst"] {pinned}
Expand Down
4 changes: 4 additions & 0 deletions aws-sdb.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
<<<<<<< HEAD
"yojson" {with-test & >= "1.7.0"}
=======
"yojson" {with-test & >= "2.0"}
>>>>>>> 15b920809 (Add lower bound on yojson 2.0)
]
build: [
["dune" "subst"] {pinned}
Expand Down
4 changes: 4 additions & 0 deletions aws-sqs.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
<<<<<<< HEAD
"yojson" {with-test & >= "1.7.0"}
=======
"yojson" {with-test & >= "2.0"}
>>>>>>> 15b920809 (Add lower bound on yojson 2.0)
]
build: [
["dune" "subst"] {pinned}
Expand Down
4 changes: 4 additions & 0 deletions aws-ssm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
<<<<<<< HEAD
"yojson" {with-test & >= "1.7.0"}
=======
"yojson" {with-test & >= "2.0"}
>>>>>>> 15b920809 (Add lower bound on yojson 2.0)
]
build: [
["dune" "subst"] {pinned}
Expand Down
4 changes: 4 additions & 0 deletions aws-sts.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
<<<<<<< HEAD
"yojson" {with-test & >= "1.7.0"}
=======
"yojson" {with-test & >= "2.0"}
>>>>>>> 15b920809 (Add lower bound on yojson 2.0)
]
build: [
["dune" "subst"] {pinned}
Expand Down

0 comments on commit 8d1adce

Please sign in to comment.