forked from inhabitedtype/ocaml-aws
-
Notifications
You must be signed in to change notification settings - Fork 1
/
aws-ssm.opam
22 lines (22 loc) · 812 Bytes
/
aws-ssm.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
opam-version: "2.0"
maintainer: "Tim McGilchrist <timmcgil@gmail.com>"
authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>"
"Daniel Patterson <dbp@dbpmail.net>"
"Tim McGilchrist <timmcgil@gmail.com>"
]
synopsis: "Amazon Web Services SDK bindings to Amazon Simple Systems Management Service"
description: "Amazon Web Services SDK bindings to Amazon Simple Systems Management Service"
version: "1.1"
license: "BSD-3-clause"
homepage: "https://github.com/inhabitedtype/ocaml-aws"
dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git"
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues"
doc: "https://github.com/inhabitedtype/ocaml-aws"
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"aws" {>= "0.1.0"}
"dune"
]