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