forked from inhabitedtype/ocaml-aws
-
Notifications
You must be signed in to change notification settings - Fork 1
/
aws-gen.opam
27 lines (27 loc) · 845 Bytes
/
aws-gen.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
opam-version: "2.0"
maintainer: "Tim McGilchrist <[email protected]>"
authors: [ "Spiros Eliopoulos <[email protected]>"
"Daniel Patterson <[email protected]>"
"Tim McGilchrist <[email protected]>"
]
synopsis: "Amazon Web Services code generator"
description: "Amazon Web Services code generator - Builds OCaml bindings for AWS using botocore API definition"
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"
build: [
# ["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"atdgen"
"yojson"
"base-unix"
"cmdliner"
"ppx_tools_versioned"
"yojson" {>="1.6.0"}
"ocaml-migrate-parsetree"
"ocamlgraph"
"dune"
]