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] ["ocaml" "setup.ml" "-build"] ["ocaml" "setup.ml" "-doc"] {with-doc} ] install: ["ocaml" "setup.ml" "-install"] remove: [ ["ocamlfind" "remove" "aws-autoscaling"] ] depends: [ "ocaml" "aws" {>= "0.1.0" & < "1.2"} "ocamlfind" {build} ] synopsis: "AWS CloudTrail" flags: light-uninstall url { src: "https://github.com/inhabitedtype/ocaml-aws/releases/download/aws-1.0.2/aws-cloudtrail-0.1.0.tar.gz" checksum: [ "sha256=e8ad9882af1f4bbef2b91776e6231547815fda1c903aebbdbb4d8761029625b5" "md5=dab4327e3d01117dba72055f3f97193a" ] }