package conduit-mirage

  1. Overview
  2. Docs
A network connection establishment library for MirageOS

Install

Dune Dependency

Authors

Maintainers

Sources

conduit-v2.0.1.tbz
sha256=faf9c1a74bb9f7e0c97637a96968c5198a9344b1dfccbbc2d124d74ac3bedfbb
sha512=af30cb72ca65e619eb3f38ab3633c1f0ab28dbd7eedd10bcb80f449db9c9b7c433b8553adcb05ac1590ece1797e55bbe5e915255b1ad2fa2dff461a2bfc488aa

Description

Tags

org:mirage

Published: 19 Aug 2019

README

conduit -- an OCaml network connection establishment library

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 opam packages available are:

  • conduit: the main Conduit module

  • conduit-lwt: the portable Lwt implementation

  • conduit-lwt-unix: the Lwt/Unix implementation

  • conduit-async the Jane Street Async implementation

  • conduit-mirage: the MirageOS compatible implementation

Debugging

Some of the Lwt_unix-based modules use a non-empty CONDUIT_DEBUG environment variable to output debugging information to standard error. Just set this variable when running the program to see what URIs are being resolved to.

Further Informartion

Dependencies (19)

  1. ptime
  2. mirage-clock >= "2.0.0" & < "3.0.0"
  3. mirage-kv-lwt >= "2.0.0"
  4. ipaddr-sexp
  5. ipaddr >= "3.0.0"
  6. tls >= "0.8.0" & < "0.11.0"
  7. xenstore
  8. vchan >= "3.0.0"
  9. conduit-lwt
  10. dns-client >= "4.0.0" & < "4.5.0"
  11. mirage-random >= "1.2.0" & < "2.0.0"
  12. mirage-flow-lwt >= "1.2.0"
  13. mirage-time-lwt >= "1.1.0"
  14. mirage-stack-lwt >= "1.3.0"
  15. cstruct >= "3.0.0"
  16. sexplib
  17. ppx_sexp_conv >= "v0.13.0"
  18. dune
  19. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (6)

  1. caqti-mirage < "2.1.1"
  2. cohttp-mirage = "2.3.0"
  3. git-cohttp-mirage < "3.2.0"
  4. git-mirage >= "2.1.1" & < "2.1.3"
  5. irmin-mirage-git < "2.8.0"
  6. irmin-mirage-graphql < "2.3.0"

Conflicts (1)

  1. mirage-conduit