package lwt_ssl

  1. Overview
  2. Docs
OpenSSL binding with concurrent I/O

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.3.tar.gz
md5=b18414b2ef71ededa07666dfc467f10a

Description

Published: 31 Jul 2019

README

Lwt_ssl: OpenSSL binding with concurrent I/O

An Lwt-enabled wrapper around OCaml-SSL, that performs I/O concurrently. Ocaml-SSL, in turn, is a binding to the much-used OpenSSL.

To install, do opam install lwt_ssl.

For documentation, see the .mli file.

This package was formerly maintained in the main Lwt repo. Most of the git history and changelog still refer to Lwt_ssl's days in Lwt.