-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26884 from chris-armstrong/opam-publish-smaws-cli…
…ents.0.1-preview1 2 packages from chris-armstrong/smaws at 0.1-preview1
- Loading branch information
Showing
2 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
synopsis: "Amazon Web Services SDK clients using EIO" | ||
description: | ||
"This is a generated set of AWS SDK clients. It uses EIO for asynchronous requests." | ||
maintainer: ["Chris Armstrong <[email protected]>"] | ||
authors: ["Chris Armstrong"] | ||
license: "MIT" | ||
homepage: "https://github.com/chris-armstrong/smaws" | ||
bug-reports: "https://github.com/chris-armstrong/smaws/issues" | ||
depends: [ | ||
"dune" {>= "3.15"} | ||
"ocaml" {>= "5.0"} | ||
"smaws-lib" | ||
"alcotest" {with-test} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/chris-armstrong/smaws.git" | ||
url { | ||
src: | ||
"https://github.com/chris-armstrong/smaws/archive/refs/tags/0.1.preview1.tar.gz" | ||
checksum: [ | ||
"md5=18fb70dbc45e8d81a341b9bed6871bab" | ||
"sha512=7607dc98acaeed5803b44c9ca32d90c88e7813d4b3e3ae4ec661a0bad16c88dc1476bc780877527ea4cd5a4b7398453c1bb600ce0db14d39afa05dc4762b5ba5" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
synopsis: "Support library for AWS SDKs generated from Smithy definitions" | ||
description: "Support library for AWS SDKs generated from Smithy definitions" | ||
maintainer: ["Chris Armstrong <[email protected]>"] | ||
authors: ["Chris Armstrong"] | ||
license: "MIT" | ||
homepage: "https://github.com/chris-armstrong/smaws" | ||
bug-reports: "https://github.com/chris-armstrong/smaws/issues" | ||
depends: [ | ||
"dune" {>= "3.15"} | ||
"ocaml" {>= "5.0"} | ||
"yojson" {>= "2.0.0"} | ||
"fmt" {>= "0.9.0"} | ||
"xmlm" {>= "1.4.0"} | ||
"base64" {>= "3.4.0"} | ||
"digestif" {>= "1.1.4"} | ||
"eio-ssl" {>= "0.3.0"} | ||
"uri" {>= "4.2.0"} | ||
"logs" {>= "0.7.0"} | ||
"httpun" {>= "0.2.0"} | ||
"httpun-eio" {>= "0.2.0"} | ||
"stdio" {>= "v0.17.0"} | ||
"ppx_deriving" {>= "5.0"} | ||
"alcotest" {with-test} | ||
"eio_main" {with-dev} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/chris-armstrong/smaws.git" | ||
url { | ||
src: | ||
"https://github.com/chris-armstrong/smaws/archive/refs/tags/0.1.preview1.tar.gz" | ||
checksum: [ | ||
"md5=18fb70dbc45e8d81a341b9bed6871bab" | ||
"sha512=7607dc98acaeed5803b44c9ca32d90c88e7813d4b3e3ae4ec661a0bad16c88dc1476bc780877527ea4cd5a4b7398453c1bb600ce0db14d39afa05dc4762b5ba5" | ||
] | ||
} |