opam-version: "2.0" synopsis: "Async_ssl support for shuttle" maintainer: ["Anurag Soni "] authors: ["Anurag Soni"] license: "MIT" tags: ["async" "reader" "writer" "ssl"] homepage: "https://github.com/anuragsoni/shuttle" bug-reports: "https://github.com/anuragsoni/shuttle/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.11.0"} "shuttle" {= version} "ppx_jane" {>= "v0.15.0"} "async_ssl" {>= "v0.15.0"} "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/anuragsoni/shuttle.git" available: [ arch != "s390x" ] url { src: "https://github.com/anuragsoni/shuttle/releases/download/0.9.4/shuttle-0.9.4.tbz" checksum: [ "sha256=d868723ab7d9b9c7239c30ce0692bc02c8f6ac3f3ff62ef31a0b8a014de45995" "sha512=f831285927eae3da9bb6e233e296e0d9193a940faf81850a279d50a1639ad806717054f973e60436d9afa503ae5a800ddd6a5c4b3eaca8457b20ac5d810534f3" ] } x-commit-hash: "86e713055877724ceb1ffacf5401df894e517547"