Skip to content

Commit

Permalink
Pin aws and ocaml version, and bump ocaml-uri.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Mar 23, 2021
1 parent 9cb6e93 commit 132020a
Show file tree
Hide file tree
Showing 18 changed files with 51 additions and 34 deletions.
5 changes: 3 additions & 2 deletions aws-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"aws" {>= "1.2"}
"ocaml" {>= "4.04.0"}
"aws" {= version}
"async"
"cohttp"
"cohttp-async"
"dune"
"dune" {>= "2.7"}
]
5 changes: 3 additions & 2 deletions aws-autoscaling.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"aws" {>= "1.2.0"}
"dune"
"ocaml" {>= "4.04.0"}
"aws" {= version}
"dune" {>= "2.7"}
]
5 changes: 3 additions & 2 deletions aws-cloudformation.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"aws" {>= "1.2.0"}
"dune"
"ocaml" {>= "4.04.0"}
"aws" {= version}
"dune" {>= "2.7"}
]
5 changes: 3 additions & 2 deletions aws-cloudtrail.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"aws" {>= "1.2.0"}
"dune"
"ocaml" {>= "4.04.0"}
"aws" {= version}
"dune" {>= "2.7"}
]
5 changes: 3 additions & 2 deletions aws-cloudwatch.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"aws" {>= "1.2.0"}
"dune"
"ocaml" {>= "4.04.0"}
"aws" {= version}
"dune" {>= "2.7"}
]
5 changes: 3 additions & 2 deletions aws-ec2.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"aws" {>= "1.2.0"}
"dune"
"ocaml" {>= "4.04.0"}
"aws" {= version}
"dune" {>= "2.7"}
]
5 changes: 3 additions & 2 deletions aws-elasticache.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"aws" {>= "1.2.0"}
"dune"
"ocaml" {>= "4.04.0"}
"aws" {= version}
"dune" {>= "2.7"}
]
5 changes: 3 additions & 2 deletions aws-elasticloadbalancing.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"aws" {>= "1.2.0"}
"dune"
"ocaml" {>= "4.04.0"}
"aws" {= version}
"dune" {>= "2.7"}
]
3 changes: 2 additions & 1 deletion aws-gen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.04.0"}
"atdgen"
"yojson"
"base-unix"
Expand All @@ -23,5 +24,5 @@ depends: [
"yojson" {>="1.6.0"}
"ocaml-migrate-parsetree"
"ocamlgraph"
"dune"
"dune" {>= "2.7"}
]
5 changes: 3 additions & 2 deletions aws-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"aws" {>= "1.2"}
"ocaml" {>= "4.04.0"}
"aws" {= version}
"lwt" {>= "4.0.0"}
"cohttp"
"cohttp-lwt"
"cohttp-lwt-unix" {>= "0.99.0"}
"dune"
"dune" {>= "2.7"}
]
5 changes: 3 additions & 2 deletions aws-rds.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"aws" {>= "1.2.0"}
"dune"
"ocaml" {>= "4.04.0"}
"aws" {= version}
"dune" {>= "2.7"}
]
5 changes: 3 additions & 2 deletions aws-route53.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"aws" {>= "1.2.0"}
"dune"
"ocaml" {>= "4.04.0"}
"aws" {= version}
"dune" {>= "2.7"}
]
5 changes: 3 additions & 2 deletions aws-sdb.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"aws" {>= "1.2.0"}
"dune"
"ocaml" {>= "4.04.0"}
"aws" {= version}
"dune" {>= "2.7"}
]
5 changes: 3 additions & 2 deletions aws-sqs.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"aws" {>= "1.2.0"}
"dune"
"ocaml" {>= "4.04.0"}
"aws" {= version}
"dune" {>= "2.7"}
]
5 changes: 3 additions & 2 deletions aws-ssm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"aws" {>= "1.2.0"}
"dune"
"ocaml" {>= "4.04.0"}
"aws" {= version}
"dune" {>= "2.7"}
]
5 changes: 3 additions & 2 deletions aws-sts.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"aws" {>= "1.2.0"}
"dune"
"ocaml" {>= "4.04.0"}
"aws" {= version}
"dune" {>= "2.7"}
]
5 changes: 3 additions & 2 deletions aws.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.04.0"}
"calendar"
"ezxmlm"
"digestif"
"dune"
"dune" {>= "2.7"}
"base64"
"uri" {>= "1.4.0"}
"uri" {>= "4.1.0"}
]
2 changes: 1 addition & 1 deletion src/templates.ml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ build: [
]
depends: [
"aws" {>= "1.2.0"}
"dune"
"dune" {>= "2.7"}
]
|}
service_name
Expand Down

0 comments on commit 132020a

Please sign in to comment.