opam-version: "2.0" maintainer: "Spiros Eliopoulos " authors: [ "Spiros Eliopoulos " "Daniel Patterson " ] license: "BSD-3-Clause" homepage: "https://github.com/inhabitedtype/ocaml-aws" dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues" build: [ [ "ocaml" "setup.ml" "-configure" "--prefix" prefix "--%{lwt+cohttp+ssl:enable}%-lwt" "--%{async+cohttp+async_ssl:enable}%-async" ] ["ocaml" "setup.ml" "-build"] [ "ocaml" "setup.ml" "-configure" "--enable-tests" "--%{lwt+cohttp+ssl:enable}%-lwt" "--%{async+cohttp+async_ssl:enable}%-async" ] {with-test} ["ocaml" "setup.ml" "-build"] {with-test} ["ocaml" "setup.ml" "-test"] {with-test} ["ocaml" "setup.ml" "-doc"] {with-doc} ] install: ["ocaml" "setup.ml" "-install"] remove: [ ["ocamlfind" "remove" "aws"] ] depends: [ "ocaml" {< "5.0"} "calendar" {>= "2.00"} "ezxmlm" "nocrypto" "ocamlfind" {build} "uri" ] depopts: [ "async" "async_ssl" "base-threads" "base-unix" "cohttp" "lwt" "ssl" ] conflicts: [ "cohttp" {< "0.17.0"} "cohttp" {>="0.99"} ] synopsis: "Amazon Web Services SDK" description: """ ocaml-aws is an Amazon Web Services SDK for OCaml. Its source distribution includes a core runtime API and a code generation tool that generates individual libraries from [botocore][] service descriptions.""" flags: light-uninstall url { src: "https://github.com/inhabitedtype/ocaml-aws/releases/download/aws-v1.0.0/aws-v1.0.0.tar.gz" checksum: [ "sha256=ec3981ab26e6f91ec0a7fde0cf89af65cabf26c2706d1019572d46ee5f0768e8" "md5=f9ce8b3f61e5ebb726f3ef6189104a61" ] }