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: "Amazon Elastic Compute Cloud" flags: light-uninstall url { src: "https://github.com/inhabitedtype/ocaml-aws/releases/download/aws-1.0.2/aws-ec2-0.1.0.tar.gz" checksum: [ "sha256=27f5e7b46b4e93809144af18d275200052bf591239de5655b244097c7ca58d1f" "md5=22eee043b576df98b095f508b440a846" ] }