this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Support library for AWS SDKs generated from Smithy definitions" 4description: "Support library for AWS SDKs generated from Smithy definitions" 5maintainer: ["Chris Armstrong <oss@chrisarmstrong.dev>"] 6authors: ["Chris Armstrong"] 7license: "MIT" 8homepage: "https://github.com/chris-armstrong/smaws" 9bug-reports: "https://github.com/chris-armstrong/smaws/issues" 10depends: [ 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-setup} 27 "odoc" {with-doc} 28] 29build: [ 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] 43dev-repo: "git+https://github.com/chris-armstrong/smaws.git" 44url { 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}