this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "AWS API base library Async"
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 "awsm"
12 "cohttp-async"
13 "async" {>= "v0.11.0"}
14 "async_ssl"
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/solvuu/awsm.git"
32url {
33 src: "https://github.com/solvuu/awsm/archive/refs/tags/0.1.0.tar.gz"
34 checksum: [
35 "md5=db5777910e155df33255f50c50daa046"
36 "sha512=18775715f99f5ba56c6dee40d7b4c4ab7f5d583327d2cc5c50d0cdae4c76c7b510e0ff974577cc0a9d82f497b979daf8af14f9e5741e9fbc5c83aa5928039c6b"
37 ]
38}