Skip to content

Commit

Permalink
Merge pull request #26884 from chris-armstrong/opam-publish-smaws-cli…
Browse files Browse the repository at this point in the history
…ents.0.1-preview1

2 packages from chris-armstrong/smaws at 0.1-preview1
  • Loading branch information
mseri authored Nov 19, 2024
2 parents 85f46e5 + 849fa11 commit 537aaa5
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 0 deletions.
40 changes: 40 additions & 0 deletions packages/smaws-clients/smaws-clients.0.1~preview1/opam
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"
]
}
51 changes: 51 additions & 0 deletions packages/smaws-lib/smaws-lib.0.1~preview1/opam
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"
]
}

0 comments on commit 537aaa5

Please sign in to comment.