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.13" & < "v0.14"} "base" {>= "v0.13" & < "v0.14"} "core" {>= "v0.13" & < "v0.14"} "ppx_jane" {>= "v0.13" & < "v0.14"} "stdio" {>= "v0.13" & < "v0.14"} "conf-libssl" "ctypes" {>= "0.16.0" & < "0.18.0"} "ctypes-foreign" "dune" {>= "1.5.1"} "dune-configurator" {!= "1.0.0"} ] 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://github.com/janestreet/async_ssl/archive/v0.13.0.tar.gz" checksum: [ "sha256=36adf420c7f180cffcb1d2dc0d1b5d50059262ebb17fafd3281af450a19cf251" "md5=9972b8befbb353988411b21a5632a974" ] }