package conduit

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.5.1.tar.gz
md5=8b9f180f3f9743d9c6a20dcd0f7d359a

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).

Tags

org:mirage

Published: 08 Aug 2014

Dependencies (5)

  1. ocamlbuild build
  2. type_conv
  3. sexplib >= "109.15.00" & < "113.01.00"
  4. ocamlfind
  5. ocaml >= "4.00.0"

Dev Dependencies

None

Used by (16)

  1. cohttp >= "0.11.0" & < "0.12.0"
  2. datakit < "0.12.0"
  3. datakit-bridge-github < "0.12.0"
  4. datakit-ci < "0.12.0"
  5. datakit-github < "0.9.0"
  6. git >= "1.1.0" & < "1.4.0" | = "1.4.10" | >= "1.5.0" & < "1.10.0"
  7. git-cohttp-mirage < "3.2.0"
  8. git-mirage >= "2.0.0" & != "2.1.2" & < "3.0.0"
  9. git-unix < "1.10.0"
  10. h2-mirage != "0.2.0" & < "0.5.0"
  11. irmin-cli
  12. irmin-unix >= "2.3.0"
  13. jitsu
  14. ketrew
  15. mirage-http >= "2.0.0" & < "2.3.0" | = "2.5.3"
  16. prof_spacetime

Conflicts (5)

  1. async_ssl >= "112.24.00"
  2. async_ssl < "111.21.00"
  3. lwt >= "3.0.0"
  4. lwt < "2.4.3"
  5. async < "109.15.00"