opam-version: "2.0"
maintainer: "hugo.heuzard@gmail.com"
authors: [ "Mika Illouz"
           "William Le Ferrand"
           "Hugo Heuzard"
           "Marc Simon" ]
license: "MIT"
homepage: "https://github.com/besport/aws/"
build: [
  ["oasis" "setup"]
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [
  ["ocamlfind" "remove" "aws"]
]
depends: [
  "ocaml"
  "calendar" {>= "2.00"}
  "cryptokit"
  "lwt" {< "4.0.0"}
  "oasis"
  "ocamlfind"
  "ocamlnet"
  "ocsigenserver"
  "pcre"
  "xmlm"
  "yojson"
  "ocamlbuild" {build}
  "camlp4"
]
dev-repo: "git://github.com/besport/aws"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "AWS client for Amazon Web Services"
description: """
Package to provide OCaml client access to Amazon services : S3, EC2,
SQS, SDB, FPS, IAM, DynamoDb, SES.

Aws depends directly on the following packages:

- netstring - cryptokit - calendar - lwt - xmlm - yojson -  ocsigen

the cohttp driver does not support ssl for now. Some services (e.g.
Ses may no be available when using cohttp)

All of the packages except the [cohttp fork] are available via OPAM."""
flags: light-uninstall
url {
  src: "https://github.com/besport/aws/archive/0.0.3.tar.gz"
  checksum: "md5=3c80abb8064e6409240237b03c1831c3"
}
