package lwt_ssl

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

Install

Dune Dependency

Authors

Maintainers

Sources

lwt_ssl-1.2.0.tbz
sha256=b3020ad27aecf377e1c3f2740a08b36dcbba991f843066511357410548889a77
sha512=cf2ef7d4db26e40c044e743ce85849a10eb57c916cbd7d6291bf4458291689098293bfb4cd7f1023f3ae8bc8e9a68cb2c7470669501a9b44695659405a75aa00

Description

Published: 07 Feb 2023

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.