File tree Expand file tree Collapse file tree 2 files changed +91
-0
lines changed
smaws-clients/smaws-clients.0.1~preview1
smaws-lib/smaws-lib.0.1~preview1 Expand file tree Collapse file tree 2 files changed +91
-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: "Amazon Web Services SDK clients using EIO"
4
+ description:
5
+ "This is a generated set of AWS SDK clients. It uses EIO for asynchronous requests."
6
+ maintainer: ["Chris Armstrong <
[email protected] >"]
7
+ authors: ["Chris Armstrong"]
8
+ license: "MIT"
9
+ homepage: "https://github.com/chris-armstrong/smaws"
10
+ bug-reports: "https://github.com/chris-armstrong/smaws/issues"
11
+ depends: [
12
+ "dune" {>= "3.15"}
13
+ "ocaml" {>= "5.0"}
14
+ "smaws-lib"
15
+ "alcotest" {with-test}
16
+ "odoc" {with-doc}
17
+ ]
18
+ build: [
19
+ ["dune" "subst"] {dev}
20
+ [
21
+ "dune"
22
+ "build"
23
+ "-p"
24
+ name
25
+ "-j"
26
+ jobs
27
+ "@install"
28
+ "@runtest" {with-test}
29
+ "@doc" {with-doc}
30
+ ]
31
+ ]
32
+ dev-repo: "git+https://github.com/chris-armstrong/smaws.git"
33
+ url {
34
+ src:
35
+ "https://github.com/chris-armstrong/smaws/archive/refs/tags/0.1.preview1.tar.gz"
36
+ checksum: [
37
+ "md5=18fb70dbc45e8d81a341b9bed6871bab"
38
+ "sha512=7607dc98acaeed5803b44c9ca32d90c88e7813d4b3e3ae4ec661a0bad16c88dc1476bc780877527ea4cd5a4b7398453c1bb600ce0db14d39afa05dc4762b5ba5"
39
+ ]
40
+ }
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: "Support library for AWS SDKs generated from Smithy definitions"
4
+ description: "Support library for AWS SDKs generated from Smithy definitions"
5
+ maintainer: ["Chris Armstrong <
[email protected] >"]
6
+ authors: ["Chris Armstrong"]
7
+ license: "MIT"
8
+ homepage: "https://github.com/chris-armstrong/smaws"
9
+ bug-reports: "https://github.com/chris-armstrong/smaws/issues"
10
+ depends: [
11
+ "dune" {>= "3.15"}
12
+ "ocaml" {>= "5.0"}
13
+ "yojson" {>= "2.0.0"}
14
+ "fmt" {>= "0.9.0"}
15
+ "xmlm" {>= "1.4.0"}
16
+ "base64" {>= "3.4.0"}
17
+ "digestif" {>= "1.1.4"}
18
+ "eio-ssl" {>= "0.3.0"}
19
+ "uri" {>= "4.2.0"}
20
+ "logs" {>= "0.7.0"}
21
+ "httpun" {>= "0.2.0"}
22
+ "httpun-eio" {>= "0.2.0"}
23
+ "stdio" {>= "v0.17.0"}
24
+ "ppx_deriving" {>= "5.0"}
25
+ "alcotest" {with-test}
26
+ "eio_main" {with-dev}
27
+ "odoc" {with-doc}
28
+ ]
29
+ build: [
30
+ ["dune" "subst"] {dev}
31
+ [
32
+ "dune"
33
+ "build"
34
+ "-p"
35
+ name
36
+ "-j"
37
+ jobs
38
+ "@install"
39
+ "@runtest" {with-test}
40
+ "@doc" {with-doc}
41
+ ]
42
+ ]
43
+ dev-repo: "git+https://github.com/chris-armstrong/smaws.git"
44
+ url {
45
+ src:
46
+ "https://github.com/chris-armstrong/smaws/archive/refs/tags/0.1.preview1.tar.gz"
47
+ checksum: [
48
+ "md5=18fb70dbc45e8d81a341b9bed6871bab"
49
+ "sha512=7607dc98acaeed5803b44c9ca32d90c88e7813d4b3e3ae4ec661a0bad16c88dc1476bc780877527ea4cd5a4b7398453c1bb600ce0db14d39afa05dc4762b5ba5"
50
+ ]
51
+ }
You can’t perform that action at this time.
0 commit comments