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: "Elastic Load Balancing" flags: light-uninstall url { src: "https://github.com/inhabitedtype/ocaml-aws/releases/download/aws-1.0.2/aws-elasticloadbalancing-0.1.0.tar.gz" checksum: [ "sha256=5e15e5f1c093593714db1da38e41e1ee9e639af5928f36ce70a88d5d24f91ddb" "md5=0549b85b53590aad6c7ae71b111101ee" ] }