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 CloudFormation" 23flags: light-uninstall 24url { 25 src: 26 "https://github.com/inhabitedtype/ocaml-aws/releases/download/aws-1.0.2/aws-cloudformation-0.1.0.tar.gz" 27 checksum: [ 28 "sha256=93c46729dfe8cb48b1a3bc39b211f1931351a56dad1fe9b94cca31e94096f6fa" 29 "md5=01830f748b5f945aef2a884d08ea9f99" 30 ] 31}