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.14"} "async_ssl" {>= "v0.14"} "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.5.0/shuttle-0.5.0.tbz" checksum: [ "sha256=4d469f8acf557afb0fb1fc0a885fc41521b0ab31475f4c8e3ad7445f64500c3e" "sha512=7d9c4fb7ce253ed209b5470e53c3ae1e218fc769753686d7d68bb387ec328b3df1e76165d6e06e62f3f57aaf11a0dd9d8578be866d6a8b27de35957343c9615a" ] } x-commit-hash: "39b973b8d504bc3b02a44a0ecf6afc1c386089ae"