package conduit

  1. Overview
  2. Docs
Network connection library for TCP and SSL

Install

Dune Dependency

Authors

Maintainers

Sources

v0.15.4.tar.gz
md5=48824ea34aeeb90e4eea97e14ab9a0a6

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.

Tags

org:mirage

Published: 31 May 2017

Dependencies (13)

  1. ipaddr >= "2.5.0" & < "3.0.0"
  2. logs >= "0.5.0"
  3. result
  4. uri < "2.0.0"
  5. stringext
  6. sexplib
  7. ppx_sexp_conv
  8. ppx_optcomp >= "113.24.00"
  9. ppx_deriving
  10. ppx_driver build & >= "v0.9.1" & < "v0.10.0"
  11. ocamlbuild build
  12. ocamlfind build
  13. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (21)

  1. cohttp >= "0.12.0" & < "0.99.0"
  2. cohttp-lwt < "1.0.0"
  3. datakit < "0.12.0"
  4. datakit-bridge-github < "0.12.0"
  5. datakit-ci < "0.12.0"
  6. datakit-github < "0.9.0"
  7. git >= "1.4.0" & < "1.4.4" | = "1.4.10" | >= "1.5.0" & < "1.10.0"
  8. git-cohttp-mirage < "3.2.0"
  9. git-mirage >= "2.0.0" & != "2.1.2" & < "3.0.0"
  10. git-unix < "1.11.2"
  11. h2-mirage != "0.2.0" & < "0.5.0"
  12. hiredis < "0.4"
  13. irmin-cli
  14. irmin-unix >= "2.3.0"
  15. jitsu
  16. ketrew
  17. mirage-conduit >= "2.3.0" & < "3.0.0"
  18. mirage-http >= "2.5.3" & < "3.2.0"
  19. prof_spacetime
  20. websocket >= "2.0.0" & < "2.7"
  21. yurt < "0.3"

Conflicts (11)

  1. nocrypto < "0.4.0"
  2. vchan < "2.3.0"
  3. tls < "0.4.0"
  4. mirage-dns >= "4.0.0"
  5. dns >= "2.0.0"
  6. dns < "0.19.0"
  7. mirage-types-lwt < "3.0.0"
  8. mirage-flow-lwt < "1.2.0"
  9. async < "113.24.00"
  10. async_ssl < "112.24.00"
  11. lwt < "2.7.0"