opam-version: "2.0"
maintainer: "anders@fugmann.net"
authors: [ "Anders Fugmann" ]
license: "BSD-3-Clause"
homepage: "https://github.com/andersfugmann/aws-s3"
dev-repo: "git+https://github.com/andersfugmann/aws-s3.git"
bug-reports: "https://github.com/andersfugmann/aws-s3/issues"
build: [
  ["omake"]
]
install: ["omake" "install"]
remove: [
  ["ocamlfind" "remove" "aws-s3"]
]
flags: [ light-uninstall ]

depends: [
  "ocaml"
  "omake" {build}
  "core" {< "v0.15"}
  "async" {< "v0.9"}
  "ounit"
  "base64" {<"3.0.0"}
  "cohttp" {< "0.99"}
  "ocaml-inifiles"
  "cryptokit"
  "nocrypto"
  "yojson" {<"1.5.0"}
  "ppx_deriving_yojson"
  "xml-light"
]
synopsis: "Client Library for simple S3 access."
description: """
The library implements methods to cp (get and put), rm and ls.
Also included is IAM bindings to get machine role and security
tokens."""
url {
  src: "https://github.com/andersfugmann/aws-s3/archive/0.9.0.tar.gz"
  checksum: "md5=2f79870b0221284a4697983826095459"
}
