this repo has no description
at main 1.3 kB view raw
1opam-version: "2.0" 2maintainer: "Tim McGilchrist <timmcgil@gmail.com>" 3authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>" 4 "Daniel Patterson <dbp@dbpmail.net>" 5 "Tim McGilchrist <timmcgil@gmail.com>"] 6synopsis: "Amazon Web Services SDK" 7description: """ 8Amazon Web Services SDK 9ocaml-aws is an Amazon Web Services SDK for OCaml. Its source 10distribution includes a core runtime API and a code generation tool 11that generates individual libraries from [botocore][] service 12descriptions. 13""" 14license: "BSD-3-clause" 15homepage: "https://github.com/inhabitedtype/ocaml-aws" 16dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" 17bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues" 18doc: "https://github.com/inhabitedtype/ocaml-aws" 19build: [ 20 ["dune" "subst"] {dev} 21 ["dune" "build" "-p" name "-j" jobs] 22] 23depends: [ 24 "ocaml" {>= "4.04.0"} 25 "calendar" 26 "ezxmlm" 27 "digestif" {>= "0.7"} 28 "dune" {>= "2.7"} 29 "base64" {>= "3.1.0"} 30 "uri" {>= "4.1.0"} 31] 32url { 33 src: "https://github.com/inhabitedtype/ocaml-aws/archive/v1.2.tar.gz" 34 checksum: [ 35 "md5=38c7319a8abb38a5ecac43b66c8798a9" 36 "sha512=298e2c01dfb284df67dea55314ce2913be06709780e01a54695fdf4023447d43f4b61c2b3515309ed0fb606e98fe25ea1ff0e9d973b57bff43ad888588796d3c" 37 ] 38}