forked from inhabitedtype/ocaml-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaws-gen.opam
30 lines (30 loc) · 854 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
28
29
30
opam-version: "2.0"
synopsis: "Amazon Web Services code generator"
description:
"Amazon Web Services code generator - Builds OCaml bindings for AWS using botocore API definition"
maintainer: "Tim McGilchrist <timmcgil@gmail.com>"
authors: [
"Spiros Eliopoulos <spiros@inhabitedtype.com>"
"Daniel Patterson <dbp@dbpmail.net>"
"Tim McGilchrist <timmcgil@gmail.com>"
]
license: "BSD-3-clause"
homepage: "https://github.com/inhabitedtype/ocaml-aws"
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues"
dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git"
depends: [
"ocaml" {>= "4.08"}
"atdgen"
"yojson"
"base-unix"
"cmdliner"
"ppx_tools_versioned"
"yojson" {>= "1.6.0"}
"ocaml-migrate-parsetree"
"ocamlgraph"
"dune" {>= "2.7"}
]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]