Skip to content

Commit

Permalink
Merge pull request #2 from andersfugmann/andersfugmann/aws-s3
Browse files Browse the repository at this point in the history
aws-s3 needs bounds on ocaml and uri
  • Loading branch information
mseri authored Jan 25, 2025
2 parents fcd7251 + b35f374 commit 47fe34c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/aws-s3/aws-s3.4.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.05.0"}
"ocaml" {>= "4.08.0"}
"dune"
"ocaml-inifiles"
"digestif" {>= "0.7"}
"ptime"
"uri"
"uri" {>= "1.3.1"}
"xml-light"
"yojson"
"base" {< "v0.17.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-s3/aws-s3.4.4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.05.0"}
"ocaml" {>= "4.08.0"}
"dune"
"ocaml-inifiles"
"digestif" {>= "0.7"}
"ptime"
"uri"
"uri" {>= "1.3.1"}
"xml-light"
"yojson"
"base" {< "v0.17.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-s3/aws-s3.4.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.05.0"}
"ocaml" {>= "4.08.0"}
"dune"
"ocaml-inifiles"
"digestif" {>= "0.7"}
"ptime"
"uri"
"uri" {>= "1.3.1"}
"xml-light"
"yojson"
"base" {< "v0.17.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-s3/aws-s3.4.5.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.05.0"}
"ocaml" {>= "4.08.0"}
"dune"
"ocaml-inifiles"
"digestif" {>= "0.7"}
"ptime"
"uri"
"uri" {>= "1.3.1"}
"base" {< "v0.17.0"}
"ppx_protocol_conv_xml_light" {>= "5.0.0" & < "6.0.0"}
"ppx_protocol_conv_json" {>= "5.0.0" & < "6.0.0"}
Expand Down

0 comments on commit 47fe34c

Please sign in to comment.