File tree Expand file tree Collapse file tree 4 files changed +159
-0
lines changed
awsm-async/awsm-async.0.1.0
awsm-codegen/awsm-codegen.0.1.0 Expand file tree Collapse file tree 4 files changed +159
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "AWS API base library Async"
4+ maintainer: ["Ashish Agarwal <
[email protected] >"]
5+ authors: ["Solvuu"]
6+ license: "MIT"
7+ homepage: "https://github.com/solvuu/awsm"
8+ bug-reports: "https://github.com/solvuu/awsm/issues"
9+ depends: [
10+ "dune" {>= "3.6"}
11+ "awsm"
12+ "cohttp-async"
13+ "async" {>= "v0.11.0"}
14+ "async_ssl"
15+ "odoc" {with-doc}
16+ ]
17+ build: [
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+ ]
31+ dev-repo: "git+https://github.com/solvuu/awsm.git"
32+ url {
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+ }
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "AWS botocore code generator"
4+ maintainer: ["Ashish Agarwal <
[email protected] >"]
5+ authors: ["Solvuu"]
6+ license: "MIT"
7+ homepage: "https://github.com/solvuu/awsm"
8+ bug-reports: "https://github.com/solvuu/awsm/issues"
9+ depends: [
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+ ]
24+ build: [
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+ ]
37+ dev-repo: "git+https://github.com/solvuu/awsm.git"
38+ url {
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+ }
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "AWS API base library Lwt"
4+ maintainer: ["Ashish Agarwal <
[email protected] >"]
5+ authors: ["Solvuu"]
6+ license: "MIT"
7+ homepage: "https://github.com/solvuu/awsm"
8+ bug-reports: "https://github.com/solvuu/awsm/issues"
9+ depends: [
10+ "dune" {>= "3.6"}
11+ "awsm"
12+ "lwt"
13+ "cohttp-lwt-unix"
14+ "odoc" {with-doc}
15+ ]
16+ build: [
17+ ["dune" "subst"] {dev}
18+ [
19+ "dune"
20+ "build"
21+ "-p"
22+ name
23+ "-j"
24+ jobs
25+ "@install"
26+ "@runtest" {with-test}
27+ "@doc" {with-doc}
28+ ]
29+ ]
30+ dev-repo: "git+https://github.com/solvuu/awsm.git"
31+ url {
32+ src: "https://github.com/solvuu/awsm/archive/refs/tags/0.1.0.tar.gz"
33+ checksum: [
34+ "md5=db5777910e155df33255f50c50daa046"
35+ "sha512=18775715f99f5ba56c6dee40d7b4c4ab7f5d583327d2cc5c50d0cdae4c76c7b510e0ff974577cc0a9d82f497b979daf8af14f9e5741e9fbc5c83aa5928039c6b"
36+ ]
37+ }
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "AWS API base library"
4+ maintainer: ["Ashish Agarwal <
[email protected] >"]
5+ authors: ["Solvuu"]
6+ license: "MIT"
7+ homepage: "https://github.com/solvuu/awsm"
8+ bug-reports: "https://github.com/solvuu/awsm/issues"
9+ depends: [
10+ "dune" {>= "3.6"}
11+ "awsm-codegen"
12+ "base64" {>= "3.1.0"}
13+ "cohttp" {>= "0.21.0"}
14+ "cryptokit"
15+ "xmlm"
16+ "zarith"
17+ "odoc" {with-doc}
18+ ]
19+ build: [
20+ ["dune" "subst"] {dev}
21+ [
22+ "dune"
23+ "build"
24+ "-p"
25+ name
26+ "-j"
27+ jobs
28+ "@install"
29+ "@runtest" {with-test}
30+ "@doc" {with-doc}
31+ ]
32+ ]
33+ dev-repo: "git+https://github.com/solvuu/awsm.git"
34+ url {
35+ src: "https://github.com/solvuu/awsm/archive/refs/tags/0.1.0.tar.gz"
36+ checksum: [
37+ "md5=db5777910e155df33255f50c50daa046"
38+ "sha512=18775715f99f5ba56c6dee40d7b4c4ab7f5d583327d2cc5c50d0cdae4c76c7b510e0ff974577cc0a9d82f497b979daf8af14f9e5741e9fbc5c83aa5928039c6b"
39+ ]
40+ }
You can’t perform that action at this time.
0 commit comments