this repo has no description
1opam-version: "2.0" 2maintainer: "Spiros Eliopoulos <spiros@inhabitedtype.com>" 3authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>" "Daniel Patterson <dbp@dbpmail.net>" ] 4license: "BSD-3-Clause" 5homepage: "https://github.com/inhabitedtype/ocaml-aws" 6dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" 7bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues" 8build: [ 9 ["ocaml" "setup.ml" "-configure" "--prefix" prefix] 10 ["ocaml" "setup.ml" "-build"] 11 ["ocaml" "setup.ml" "-doc"] {with-doc} 12] 13install: ["ocaml" "setup.ml" "-install"] 14remove: [ 15 ["ocamlfind" "remove" "aws-autoscaling"] 16] 17depends: [ 18 "ocaml" 19 "aws" {>= "0.1.0" & < "1.2"} 20 "ocamlfind" {build} 21] 22synopsis: "AWS Security Token Service" 23flags: light-uninstall 24url { 25 src: 26 "https://github.com/inhabitedtype/ocaml-aws/releases/download/aws-1.0.2/aws-sts-0.1.0.tar.gz" 27 checksum: [ 28 "sha256=42c86786713626f7ee4da741d6ec8037f0492cdd0ded4936090888d396f62a8c" 29 "md5=085af19f937559080d30c000d6cab44d" 30 ] 31}