this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

2 packages from chris-armstrong/smaws at 0.1-preview1

+91
+40
packages/smaws-clients/smaws-clients.0.1-preview1/opam
··· 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 <oss@chrisarmstrong.dev>"] 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" & >= "3.14"} 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=f040d419bc91f6d08a1407566f05c49a" 38 + "sha512=5877972b83e06ffc44ddb0a24062a5c56c92f85a8bc81f600328d33a51cf3df85dc76cfb45711edd49c97b878011746c3dfc71828dadebbb6fedf4694a77f22b" 39 + ] 40 + }
+51
packages/smaws-lib/smaws-lib.0.1-preview1/opam
··· 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 <oss@chrisarmstrong.dev>"] 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" & >= "3.14"} 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=f040d419bc91f6d08a1407566f05c49a" 49 + "sha512=5877972b83e06ffc44ddb0a24062a5c56c92f85a8bc81f600328d33a51cf3df85dc76cfb45711edd49c97b878011746c3dfc71828dadebbb6fedf4694a77f22b" 50 + ] 51 + }