package conduit-mirage

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

Install

Dune Dependency

Authors

Maintainers

Sources

conduit-v2.2.1.tbz
sha256=daac02c9955b5b1ec0e3ce29588bb20c4869ab956bd92e992bf3b0c0d98e26ff
sha512=8a2606590d560a7dac844e84cd342804505ae910a8d6df9d58f4948b5a517b6788a2551573c84930b96bdf3b20fc74d18ee3c90b00e0cc02b29234562a45eafe

Description

Tags

org:mirage

Published: 21 May 2020

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. ipaddr-sexp
  2. ipaddr >= "3.0.0"
  3. tls-mirage >= "0.11.0" & < "0.15.0"
  4. tls >= "0.11.0" & < "0.15.0"
  5. xenstore
  6. vchan >= "5.0.0"
  7. conduit-lwt
  8. dns-client >= "4.5.0" & < "5.0.0"
  9. mirage-time >= "2.0.0"
  10. mirage-random >= "2.0.0"
  11. mirage-flow-combinators >= "2.0.0"
  12. mirage-flow >= "2.0.0"
  13. mirage-clock >= "3.0.0"
  14. mirage-stack >= "2.0.0"
  15. cstruct >= "3.0.0"
  16. sexplib
  17. ppx_sexp_conv >= "v0.13.0"
  18. dune
  19. ocaml >= "4.07.0"

Dev Dependencies

None

Used by (9)

  1. caqti-mirage < "2.1.1"
  2. cohttp-mirage >= "2.3.0" & < "3.0.0"
  3. git-cohttp-mirage < "3.2.0"
  4. git-mirage = "2.1.1" | = "2.1.3"
  5. gluten-mirage
  6. h2-mirage >= "0.4.0" & < "0.10.0"
  7. irmin-mirage-git < "2.8.0"
  8. irmin-mirage-graphql < "2.3.0"
  9. pgx_lwt_mirage = "2.0"

Conflicts (1)

  1. mirage-conduit