conduit-tlsversion
A network connection establishment library
The conduit
library takes care of establishing and listening for
TCP and SSL/TLS connections for the Lwt and Async libraries.
The reason this library exists is to provide a degree of abstraction from the precise SSL library used, since there are a variety of ways to bind to a library (e.g. the C FFI, or the Ctypes library), as well as well as which library is used (just OpenSSL for now).
By default, OpenSSL is used as the preferred connection library, but
you can force the use of the pure OCaml TLS stack by setting the
environment variable CONDUIT_TLS=native
when starting your program.
The useful opam packages available that extend this library are:
conduit
: the mainConduit
moduleconduit-lwt
: the portable Lwt implementationconduit-lwt-unix
: the Lwt/Unix implementationconduit-async
the Jane Street Async implementationconduit-mirage
: the MirageOS compatible implementation
Tags | org:mirage |
---|---|
Authors | Anil Madhavapeddy, Thomas Leonard, Thomas Gazagnaire, Rudi Grinberg and Romain Calascibetta |
License | ISC |
Published | |
Homepage | https://github.com/mirage/ocaml-conduit |
Issue Tracker | https://github.com/mirage/ocaml-conduit/issues |
Maintainer | anil@recoil.org |
Available | false |
Dependencies | |
Source [http] | https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz sha256=8b50119048e8c622b5fc09d2331ab8b9412acdd447c5d674bcc865054033cdbb sha512=bf8e996276ca9d9393e90f718392916e3b29a56817c38d927ee87a9e81ce608b22dc3e4544fc05077e516f91511b2a96e560d9e7ab917034ba0c23cf61b10f66 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/conduit-tls/conduit-tls.3.0.0/opam |
Required by