conduit
Authors | Anil Madhavapeddy, Thomas Leonard and Thomas Gazagnaire | |||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
License | ISC | |||||||||||||||||||||||||||||||||||||||||
Homepage | https://github.com/mirage/ocaml-conduit | |||||||||||||||||||||||||||||||||||||||||
Issue Tracker | https://github.com/mirage/ocaml-conduit/issues | |||||||||||||||||||||||||||||||||||||||||
Tag | org:mirage | |||||||||||||||||||||||||||||||||||||||||
Maintainer | anil@recoil.org | |||||||||||||||||||||||||||||||||||||||||
Dependencies |
| |||||||||||||||||||||||||||||||||||||||||
Optional dependencies |
| |||||||||||||||||||||||||||||||||||||||||
Available | ocaml-version >= "4.01.0" | |||||||||||||||||||||||||||||||||||||||||
Published | Jun 11, 2015 | |||||||||||||||||||||||||||||||||||||||||
Source [http] | https://github.com/mirage/ocaml-conduit/archive/v0.8.4.tar.gz 6deac1a85a8c62b2307d6c16c79f18bc | |||||||||||||||||||||||||||||||||||||||||
Statistics | Not installed in the last month. | |||||||||||||||||||||||||||||||||||||||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/conduit/conduit.0.8.4/opam |
Network connection library for TCP and SSL
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.
Necessary for | ||
---|---|---|
cohttp | ||
& | >= 0.12.0 | |
< 0.20.0 | ||
conduit-async | ||
>= 1.1.0 | ||
conduit-lwt | ||
>= 1.1.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.5.0 | |
< 1.10.0 | ||
& | >= 1.4.10 | |
< 1.4.11 | ||
git-unix | ||
< 1.11.2 | ||
jitsu | ||
ketrew | ||
mirage-conduit | ||
& | >= 2.1.0 | |
< 2.3.0 | ||
mirage-http | ||
& | >= 2.5.3 | |
< 3.0.0 | ||
prof_spacetime | ||
websocket | ||
& | >= 2.0.0 | |
< 2.7 | ||
Optional for | ||
git | ||
& | >= 1.4.4 | |
< 1.10.0 | ||
irmin | ||
& | >= 0.9.10 | |
< 0.10.0 |