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
6 changes: 3 additions & 3 deletions awskit-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ depends: [
"logs"
"ppx_deriving"
"eio_main" {with-test & >= "1.3"}
"alcotest" {with-test}
"qcheck-core" {with-test}
"qcheck-alcotest" {with-test}
"alcotest" {with-test & >= "1.9.1"}
"qcheck-core" {with-test & >= "0.91"}
"qcheck-alcotest" {with-test & >= "0.91"}
"odoc" {with-doc}
]
build: [
Expand Down
3 changes: 0 additions & 3 deletions awskit-lwt-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ depends: [
"uri"
"ptime"
"yojson"
"alcotest" {with-test}
"qcheck-core" {with-test}
"qcheck-alcotest" {with-test}
"odoc" {with-doc}
]
build: [
Expand Down
6 changes: 3 additions & 3 deletions awskit-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ depends: [
"logs"
"ppx_deriving"
"cohttp-lwt-unix" {with-test & >= "6.2.1"}
"alcotest" {with-test}
"qcheck-core" {with-test}
"qcheck-alcotest" {with-test}
"alcotest" {with-test & >= "1.9.1"}
"qcheck-core" {with-test & >= "0.91"}
"qcheck-alcotest" {with-test & >= "0.91"}
"odoc" {with-doc}
]
build: [
Expand Down
6 changes: 0 additions & 6 deletions awskit-s3-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ depends: [
"fmt" {>= "0.11.0"}
"eio" {>= "1.3"}
"ptime"
"awskit-unix" {with-test & = version}
"eio_main" {with-test & >= "1.3"}
"digestif" {with-test & >= "1.3.0"}
"alcotest" {with-test}
"qcheck-core" {with-test}
"qcheck-alcotest" {with-test}
"odoc" {with-doc}
]
build: [
Expand Down
3 changes: 0 additions & 3 deletions awskit-s3-lwt-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ depends: [
"lwt"
"fmt" {>= "0.11.0"}
"ptime"
"alcotest" {with-test}
"qcheck-core" {with-test}
"qcheck-alcotest" {with-test}
"odoc" {with-doc}
]
build: [
Expand Down
4 changes: 0 additions & 4 deletions awskit-s3-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ depends: [
"cohttp-lwt" {>= "6.2.1"}
"lwt"
"ptime"
"cohttp-lwt-unix" {with-test & >= "6.2.1"}
"alcotest" {with-test}
"qcheck-core" {with-test}
"qcheck-alcotest" {with-test}
"odoc" {with-doc}
]
build: [
Expand Down
6 changes: 3 additions & 3 deletions awskit-s3-sim.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ depends: [
"fmt" {>= "0.11.0"}
"base64" {>= "3.5.2"}
"uri"
"alcotest" {with-test}
"qcheck-core" {with-test}
"qcheck-alcotest" {with-test}
"alcotest" {with-test & >= "1.9.1"}
"qcheck-core" {with-test & >= "0.91"}
"qcheck-alcotest" {with-test & >= "0.91"}
"odoc" {with-doc}
]
build: [
Expand Down
6 changes: 3 additions & 3 deletions awskit-s3.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ depends: [
"ppx_protocol_conv_xmlm"
"ppx_deriving"
"ppx_yojson_conv"
"alcotest" {with-test}
"qcheck-core" {with-test}
"qcheck-alcotest" {with-test}
"alcotest" {with-test & >= "1.9.1"}
"qcheck-core" {with-test & >= "0.91"}
"qcheck-alcotest" {with-test & >= "0.91"}
"odoc" {with-doc}
]
build: [
Expand Down
3 changes: 0 additions & 3 deletions awskit-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ depends: [
"base" {>= "v0.16.3"}
"ptime"
"fmt" {>= "0.11.0"}
"alcotest" {with-test}
"qcheck-core" {with-test}
"qcheck-alcotest" {with-test}
"odoc" {with-doc}
]
build: [
Expand Down
6 changes: 3 additions & 3 deletions awskit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ depends: [
"dune-release" {with-dev-setup}
"opam-publish" {with-dev-setup}
"ocamlformat" {with-dev-setup & = "0.29.0"}
"alcotest" {with-test}
"qcheck-core" {with-test}
"qcheck-alcotest" {with-test}
"alcotest" {with-test & >= "1.9.1"}
"qcheck-core" {with-test & >= "0.91"}
"qcheck-alcotest" {with-test & >= "0.91"}
"odoc" {with-doc}
]
build: [
Expand Down
119 changes: 66 additions & 53 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,18 @@
(and
:with-dev-setup
(= 0.29.0)))
(alcotest :with-test)
(qcheck-core :with-test)
(qcheck-alcotest :with-test)))
(alcotest
(and
:with-test
(>= 1.9.1)))
(qcheck-core
(and
:with-test
(>= 0.91)))
(qcheck-alcotest
(and
:with-test
(>= 0.91)))))

(package
(name awskit-unix)
Expand All @@ -57,10 +66,7 @@
(>= v0.16.3))
ptime
(fmt
(>= 0.11.0))
(alcotest :with-test)
(qcheck-core :with-test)
(qcheck-alcotest :with-test)))
(>= 0.11.0))))

(package
(name awskit-lwt)
Expand Down Expand Up @@ -89,9 +95,18 @@
(and
:with-test
(>= 6.2.1)))
(alcotest :with-test)
(qcheck-core :with-test)
(qcheck-alcotest :with-test)))
(alcotest
(and
:with-test
(>= 1.9.1)))
(qcheck-core
(and
:with-test
(>= 0.91)))
(qcheck-alcotest
(and
:with-test
(>= 0.91)))))

(package
(name awskit-lwt-unix)
Expand All @@ -116,10 +131,7 @@
lwt
uri
ptime
yojson
(alcotest :with-test)
(qcheck-core :with-test)
(qcheck-alcotest :with-test)))
yojson))

(package
(name awskit-eio)
Expand Down Expand Up @@ -149,14 +161,22 @@
(and
:with-test
(>= 1.3)))
(alcotest :with-test)
(qcheck-core :with-test)
(qcheck-alcotest :with-test)))
(alcotest
(and
:with-test
(>= 1.9.1)))
(qcheck-core
(and
:with-test
(>= 0.91)))
(qcheck-alcotest
(and
:with-test
(>= 0.91)))))

(package
(name awskit-s3)
(synopsis
"S3 client core — objects, buckets, multipart, and policies")
(synopsis "S3 client core — objects, buckets, multipart, and policies")
(description
"S3 operations, bucket configuration, multipart uploads, presigned URLs, policies, and XML wire types. Runtime adapters are available as separate packages.")
(depends
Expand All @@ -178,9 +198,18 @@
ppx_protocol_conv_xmlm
ppx_deriving
ppx_yojson_conv
(alcotest :with-test)
(qcheck-core :with-test)
(qcheck-alcotest :with-test)))
(alcotest
(and
:with-test
(>= 1.9.1)))
(qcheck-core
(and
:with-test
(>= 0.91)))
(qcheck-alcotest
(and
:with-test
(>= 0.91)))))

(package
(name awskit-s3-sim)
Expand All @@ -202,9 +231,18 @@
(base64
(>= 3.5.2))
uri
(alcotest :with-test)
(qcheck-core :with-test)
(qcheck-alcotest :with-test)))
(alcotest
(and
:with-test
(>= 1.9.1)))
(qcheck-core
(and
:with-test
(>= 0.91)))
(qcheck-alcotest
(and
:with-test
(>= 0.91)))))

(package
(name awskit-s3-lwt)
Expand All @@ -222,14 +260,7 @@
(cohttp-lwt
(>= 6.2.1))
lwt
ptime
(cohttp-lwt-unix
(and
:with-test
(>= 6.2.1)))
(alcotest :with-test)
(qcheck-core :with-test)
(qcheck-alcotest :with-test)))
ptime))

(package
(name awskit-s3-lwt-unix)
Expand All @@ -252,10 +283,7 @@
lwt
(fmt
(>= 0.11.0))
ptime
(alcotest :with-test)
(qcheck-core :with-test)
(qcheck-alcotest :with-test)))
ptime))

(package
(name awskit-s3-eio)
Expand All @@ -275,19 +303,4 @@
(>= 0.11.0))
(eio
(>= 1.3))
ptime
(awskit-unix
(and
:with-test
(= :version)))
(eio_main
(and
:with-test
(>= 1.3)))
(digestif
(and
:with-test
(>= 1.3.0)))
(alcotest :with-test)
(qcheck-core :with-test)
(qcheck-alcotest :with-test)))
ptime))
2 changes: 1 addition & 1 deletion packages/awskit-s3/eio/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
(name awskit_s3_eio)
(public_name awskit-s3-eio)
(private_modules transfer)
(libraries awskit-s3 awskit-eio eio fmt ptime))
(libraries awskit awskit-s3 awskit-eio eio fmt ptime))
2 changes: 1 addition & 1 deletion packages/awskit-s3/lwt/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(library
(name awskit_s3_lwt)
(public_name awskit-s3-lwt)
(libraries awskit-s3 awskit-lwt cohttp-lwt lwt ptime))
(libraries awskit awskit-s3 awskit-lwt cohttp-lwt lwt ptime))
10 changes: 9 additions & 1 deletion packages/awskit-s3/lwt/unix/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@
(name awskit_s3_lwt_unix)
(public_name awskit-s3-lwt-unix)
(private_modules transfer)
(libraries awskit-s3-lwt awskit-lwt-unix cohttp-lwt-unix lwt.unix ptime fmt))
(libraries
awskit
awskit-s3
awskit-s3-lwt
awskit-lwt-unix
cohttp-lwt-unix
lwt.unix
ptime
fmt))
1 change: 1 addition & 0 deletions packages/awskit/lwt/unix/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
(name awskit_lwt_unix)
(public_name awskit-lwt-unix)
(libraries
awskit
awskit-lwt
awskit-unix
cohttp
Expand Down
2 changes: 2 additions & 0 deletions test/support/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@

(test
(name test_workload_coverage)
(package awskit)
(modules test_workload_coverage)
(libraries awskit_test_coverage alcotest))

(test
(name test_runtime_http_loopback_policy)
(package awskit)
(modules test_runtime_http_loopback_policy)
(libraries awskit_runtime_http_workload alcotest))

Expand Down
Loading