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