this repo has no description

4 packages from solvuu/awsm at 0.1.0

Changed files
+159
packages
awsm
awsm.0.1.0
awsm-async
awsm-async.0.1.0
awsm-codegen
awsm-codegen.0.1.0
awsm-lwt
awsm-lwt.0.1.0
+38
packages/awsm-async/awsm-async.0.1.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "AWS API base library Async"
+
maintainer: ["Ashish Agarwal <ashish@solvuu.com>"]
+
authors: ["Solvuu"]
+
license: "MIT"
+
homepage: "https://github.com/solvuu/awsm"
+
bug-reports: "https://github.com/solvuu/awsm/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"awsm"
+
"cohttp-async"
+
"async" {>= "v0.11.0"}
+
"async_ssl"
+
"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/solvuu/awsm.git"
+
url {
+
src: "https://github.com/solvuu/awsm/archive/refs/tags/0.1.0.tar.gz"
+
checksum: [
+
"md5=db5777910e155df33255f50c50daa046"
+
"sha512=18775715f99f5ba56c6dee40d7b4c4ab7f5d583327d2cc5c50d0cdae4c76c7b510e0ff974577cc0a9d82f497b979daf8af14f9e5741e9fbc5c83aa5928039c6b"
+
]
+
}
+44
packages/awsm-codegen/awsm-codegen.0.1.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "AWS botocore code generator"
+
maintainer: ["Ashish Agarwal <ashish@solvuu.com>"]
+
authors: ["Solvuu"]
+
license: "MIT"
+
homepage: "https://github.com/solvuu/awsm"
+
bug-reports: "https://github.com/solvuu/awsm/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"cohttp"
+
"core" {< "v0.16.0"}
+
"core_unix"
+
"ocamlformat"
+
"ocamlgraph"
+
"ppxlib"
+
"re" {>= "1.7.2"}
+
"sedlex" {>= "2.3"}
+
"xmlm"
+
"yojson"
+
"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/solvuu/awsm.git"
+
url {
+
src: "https://github.com/solvuu/awsm/archive/refs/tags/0.1.0.tar.gz"
+
checksum: [
+
"md5=db5777910e155df33255f50c50daa046"
+
"sha512=18775715f99f5ba56c6dee40d7b4c4ab7f5d583327d2cc5c50d0cdae4c76c7b510e0ff974577cc0a9d82f497b979daf8af14f9e5741e9fbc5c83aa5928039c6b"
+
]
+
}
+37
packages/awsm-lwt/awsm-lwt.0.1.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "AWS API base library Lwt"
+
maintainer: ["Ashish Agarwal <ashish@solvuu.com>"]
+
authors: ["Solvuu"]
+
license: "MIT"
+
homepage: "https://github.com/solvuu/awsm"
+
bug-reports: "https://github.com/solvuu/awsm/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"awsm"
+
"lwt"
+
"cohttp-lwt-unix"
+
"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/solvuu/awsm.git"
+
url {
+
src: "https://github.com/solvuu/awsm/archive/refs/tags/0.1.0.tar.gz"
+
checksum: [
+
"md5=db5777910e155df33255f50c50daa046"
+
"sha512=18775715f99f5ba56c6dee40d7b4c4ab7f5d583327d2cc5c50d0cdae4c76c7b510e0ff974577cc0a9d82f497b979daf8af14f9e5741e9fbc5c83aa5928039c6b"
+
]
+
}
+40
packages/awsm/awsm.0.1.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "AWS API base library"
+
maintainer: ["Ashish Agarwal <ashish@solvuu.com>"]
+
authors: ["Solvuu"]
+
license: "MIT"
+
homepage: "https://github.com/solvuu/awsm"
+
bug-reports: "https://github.com/solvuu/awsm/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"awsm-codegen"
+
"base64" {>= "3.1.0"}
+
"cohttp" {>= "0.21.0"}
+
"cryptokit"
+
"xmlm"
+
"zarith"
+
"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/solvuu/awsm.git"
+
url {
+
src: "https://github.com/solvuu/awsm/archive/refs/tags/0.1.0.tar.gz"
+
checksum: [
+
"md5=db5777910e155df33255f50c50daa046"
+
"sha512=18775715f99f5ba56c6dee40d7b4c4ab7f5d583327d2cc5c50d0cdae4c76c7b510e0ff974577cc0a9d82f497b979daf8af14f9e5741e9fbc5c83aa5928039c6b"
+
]
+
}