this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27312 from mseri/aws-s3

aws-s3 needs bounds on base

authored by

Shon Feder and committed by
GitHub
38019caf 5711485a

+15 -8
+3 -2
packages/aws-s3/aws-s3.4.4.0/opam
··· 12 12 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 13 13 ] 14 14 depends: [ 15 - "ocaml" {>= "4.05.0"} 15 + "ocaml" {>= "4.08.0"} 16 16 "dune" 17 17 "ocaml-inifiles" 18 18 "digestif" {>= "0.7"} 19 19 "ptime" 20 - "uri" 20 + "uri" {>= "1.3.1"} 21 21 "xml-light" 22 22 "yojson" 23 + "base" {< "v0.17.0"} 23 24 "ppx_protocol_conv_xml_light" {>= "5.0.0" & < "6.0.0"} 24 25 "ppx_protocol_conv_json" {>= "5.0.0" & < "6.0.0"} 25 26 "cmdliner"
+3 -2
packages/aws-s3/aws-s3.4.4.1/opam
··· 12 12 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 13 13 ] 14 14 depends: [ 15 - "ocaml" {>= "4.05.0"} 15 + "ocaml" {>= "4.08.0"} 16 16 "dune" 17 17 "ocaml-inifiles" 18 18 "digestif" {>= "0.7"} 19 19 "ptime" 20 - "uri" 20 + "uri" {>= "1.3.1"} 21 21 "xml-light" 22 22 "yojson" 23 + "base" {< "v0.17.0"} 23 24 "ppx_protocol_conv_xml_light" {>= "5.0.0" & < "6.0.0"} 24 25 "ppx_protocol_conv_json" {>= "5.0.0" & < "6.0.0"} 25 26 "cmdliner"
+3 -2
packages/aws-s3/aws-s3.4.5.0/opam
··· 12 12 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 13 13 ] 14 14 depends: [ 15 - "ocaml" {>= "4.05.0"} 15 + "ocaml" {>= "4.08.0"} 16 16 "dune" 17 17 "ocaml-inifiles" 18 18 "digestif" {>= "0.7"} 19 19 "ptime" 20 - "uri" 20 + "uri" {>= "1.3.1"} 21 21 "xml-light" 22 22 "yojson" 23 + "base" {< "v0.17.0"} 23 24 "ppx_protocol_conv_xml_light" {>= "5.0.0" & < "6.0.0"} 24 25 "ppx_protocol_conv_json" {>= "5.0.0" & < "6.0.0"} 25 26 "cmdliner"
+3 -2
packages/aws-s3/aws-s3.4.5.1/opam
··· 12 12 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 13 13 ] 14 14 depends: [ 15 - "ocaml" {>= "4.05.0"} 15 + "ocaml" {>= "4.08.0"} 16 16 "dune" 17 17 "ocaml-inifiles" 18 18 "digestif" {>= "0.7"} 19 19 "ptime" 20 - "uri" 20 + "uri" {>= "1.3.1"} 21 + "base" {< "v0.17.0"} 21 22 "ppx_protocol_conv_xml_light" {>= "5.0.0" & < "6.0.0"} 22 23 "ppx_protocol_conv_json" {>= "5.0.0" & < "6.0.0"} 23 24 "cmdliner"
+1
packages/aws-s3/aws-s3.4.6.0/opam
··· 19 19 "ptime" 20 20 "uri" 21 21 "ezxmlm" {>= "1.1.0"} 22 + "base" {< "v0.17.0"} 22 23 "ppx_protocol_conv_xmlm" {>= "5.0.0" & < "6.0.0"} 23 24 "ppx_protocol_conv_json" {>= "5.0.0" & < "6.0.0"} 24 25 "cmdliner" {>= "1.1.0"}
+1
packages/aws-s3/aws-s3.4.7.0/opam
··· 19 19 "ptime" 20 20 "uri" 21 21 "ezxmlm" {>= "1.1.0"} 22 + "base" {< "v0.17.0"} 22 23 "ppx_protocol_conv_xmlm" {>= "5.0.0"} 23 24 "ppx_protocol_conv_json" {>= "5.0.0"} 24 25 "cmdliner" {>= "1.1.0"}
+1
packages/aws-s3/aws-s3.4.8.0/opam
··· 19 19 "ptime" 20 20 "uri" 21 21 "ezxmlm" {>= "1.1.0"} 22 + "base" {< "v0.17.0"} 22 23 "ppx_protocol_conv_xmlm" {>= "5.0.0"} 23 24 "ppx_protocol_conv_json" {>= "5.0.0"} 24 25 "yojson"