package eio-ssl

  1. Overview
  2. Docs
OpenSSL binding to EIO

Install

Dune Dependency

Authors

Maintainers

Sources

eio-ssl-0.2.0.tbz
sha256=616f08fc3e8488b7e62ed89a54521b235fada6b87e358a7b4339be79b494e046
sha512=c251b5bf379a5435f4d460468c3b31c1d85079fdad6fbc9bfef61b2dfb6b4889d09ea52c2066b79bbe2c30a5f4c7d0903c1c9186013b4c37a5dae396df482e13

Description

Published: 13 Jun 2023

README

EIO-SSL: OpenSSL bindings to EIO

A wrapper around OCaml-SSL that performs I/O concurrently with eio.

To install, do opam install eio-ssl.

For documentation, see the .mli file.

License & Copyright

This work is based on lwt_ssl and shares the same license. See LICENSE and the headers in the source files.

Dependencies (4)

  1. eio_main >= "0.10" & < "0.12"
  2. ssl >= "0.5.13"
  3. ocaml >= "5.0"
  4. dune >= "2.7"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None