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