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.14" & < "v0.15"} "base" {>= "v0.14" & < "v0.15"} "core" {>= "v0.14" & < "v0.15"} "ppx_jane" {>= "v0.14" & < "v0.15"} "stdio" {>= "v0.14" & < "v0.15"} "conf-libssl" "ctypes" {>= "0.16.0" & < "0.18.0"} "ctypes-foreign" "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.14/files/async_ssl-v0.14.0.tar.gz" checksum: [ "sha256=350de950db36df4b34523e91e09670b4aaa479d6c815df6d93671cd75afe94fd" "md5=3b35d352c7f7927c4f91f96ef74e0417" ] }