conduit
Network connection library for TCP and SSL
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 (either OpenSSL or a native OCaml TLS implementation).
If you are using the Lwt_unix
version of the library, you can set two
environment variables to control the behaviour of the library:
CONDUIT_DEBUG=1
will output debug information to standard error.CONDUIT_TLS=native
will force the use of the pure OCaml TLS library.
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
- 23 Feb 2017
- Authors
- Maintainers
Sources
Dependencies
ipaddr
>= "2.5.0" & < "2.8.0"
cstruct
>= "1.0.1"
logs
>= "0.5.0"
uri
< "2.0.0"
ppx_optcomp
>= "113.24.00"
ppx_driver
build & < "v0.10.0"
ocamlbuild
build
ocamlfind
build
ocaml
>= "4.02.3"
Reverse Dependencies
cohttp
>= "0.12.0" & < "0.99.0"
cohttp-lwt
< "1.0.0"
datakit
< "0.12.0"
datakit-bridge-github
< "0.12.0"
datakit-ci
< "0.12.0"
datakit-github
< "0.9.0"
git
>= "1.4.0" & < "1.4.4" | = "1.4.10" | >= "1.5.0" & < "1.10.0"
git-cohttp-mirage
< "3.2.0"
git-mirage
>= "2.0.0" & != "2.1.2" & < "3.0.0"
git-unix
< "1.11.2"
h2-mirage
!= "0.2.0" & < "0.5.0"
hiredis
< "0.4"
irmin-unix
>= "2.3.0"
mirage-conduit
>= "2.3.0" & < "3.0.0"
mirage-http
>= "2.5.3" & < "3.2.0"
websocket
>= "2.0.0" & < "2.7"
yurt
< "0.3"
Conflicts
nocrypto
< "0.4.0"
vchan
< "2.3.0"
tls
< "0.4.0"
mirage-dns
>= "4.0.0"
dns
>= "2.0.0"
dns
< "0.19.0"
mirage-types-lwt
< "3.0.0"
mirage-flow-lwt
< "1.2.0"
async
< "113.24.00"
async_ssl
< "112.24.00"
lwt
>= "3.0.0"
lwt
< "2.4.4"