conduit
A network connection establishment library
Description
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
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 25 Oct 2022
- Authors
- Maintainers
Sources
conduit-6.0.1.tbz
sha256=9d192b0b3033f1321e91847442de556bcd94c925b74d3c939da260cd08709922
sha512=bf87223c00662d7ab0804744ae5943b3e419b720f57f074222785590b82954bfaaa54ec11c537fd3c7b2a2ecfe60cf00bc827a86dc674711e875e7a8078386f8
Dependencies
Reverse Dependencies
cohttp-lwt
< "1.0.0"
cohttp-mirage
= "2.3.0" | >= "2.5.5"
conduit-async
= "6.0.1"
conduit-lwt
= "6.0.1"
datakit
< "0.9.0"
datakit-bridge-github
< "0.12.0"
datakit-ci
< "0.12.0"
datakit-github
< "0.9.0"
git
= "1.4.10" | >= "1.5.0" & < "1.10.0"
git-unix
< "1.11.1"
irmin-unix
>= "2.3.0"
mirage-http
>= "2.5.3"
websocket
>= "2.0.0" & < "2.7" | >= "2.13"
yurt
< "0.3"