package lwt_ssl

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.2.tar.gz
md5=d239353b1e7c6e3fd4192c71a3b25ce2

Description

Published: 05 Jan 2018

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.