opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/async_ssl" bug-reports: "https://github.com/janestreet/async_ssl/issues" dev-repo: "git+https://github.com/janestreet/async_ssl.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_ssl/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.08.0"} "async" {>= "v0.15" & < "v0.16"} "base" {>= "v0.15" & < "v0.16"} "core" {>= "v0.15" & < "v0.16"} "ppx_jane" {>= "v0.15" & < "v0.16"} "stdio" {>= "v0.15" & < "v0.16"} "conf-libssl" "ctypes" {>= "0.18.0"} "ctypes-foreign" {>= "0.18.0"} "dune" {>= "2.0.0"} "dune-configurator" ] synopsis: "An Async-pipe-based interface with OpenSSL" description: " This library allows you to create an SSL client and server, with encrypted communication between both. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.15/files/async_ssl-v0.15.0.tar.gz" checksum: "sha256=f218af427d80afa63a90e0d1ba04550256f28393ac9d79ec59a8ab52e1f7f508" }