this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "AWS botocore code generator"
4maintainer: ["Ashish Agarwal <ashish@solvuu.com>"]
5authors: ["Solvuu"]
6license: "MIT"
7homepage: "https://github.com/solvuu/awsm"
8bug-reports: "https://github.com/solvuu/awsm/issues"
9depends: [
10 "dune" {>= "3.6"}
11 "cohttp"
12 "uri-sexp"
13 "core" {< "v0.16.0"}
14 "core_unix"
15 "ocamlformat"
16 "ocamlgraph"
17 "ppxlib" {>= "0.27"}
18 "re" {>= "1.7.2"}
19 "sedlex" {>= "2.3"}
20 "xmlm"
21 "yojson" {>= "1.6.0"}
22 "odoc" {with-doc}
23]
24build: [
25 ["dune" "subst"] {dev}
26 [
27 "dune"
28 "build"
29 "-p"
30 name
31 "-j"
32 jobs
33 "@install"
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://github.com/solvuu/awsm.git"
38url {
39 src: "https://github.com/solvuu/awsm/archive/refs/tags/0.1.0.tar.gz"
40 checksum: [
41 "md5=db5777910e155df33255f50c50daa046"
42 "sha512=18775715f99f5ba56c6dee40d7b4c4ab7f5d583327d2cc5c50d0cdae4c76c7b510e0ff974577cc0a9d82f497b979daf8af14f9e5741e9fbc5c83aa5928039c6b"
43 ]
44}