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 SimpleDB" flags: light-uninstall url { src: "https://github.com/inhabitedtype/ocaml-aws/releases/download/aws-1.0.2/aws-sdb-0.1.0.tar.gz" checksum: [ "sha256=751cd353e2b248c19dbc793bc9b216caf86b7acfe63922b693f7b9bd9647256e" "md5=b2ddcad44f5c308f8a022a34adbb9c70" ] }