package conduit-mirage

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

Install

Dune Dependency

Authors

Maintainers

Sources

conduit-v4.0.2.tbz
sha256=2a37ffaa352a1e145ef3d80ac28661213c69a741b238623e59f29e3d5a12c537
sha512=28efbff9c62f1b8b355cb93af507893b3206b853e604210df9a93247ed361fea131605c9b8a8b004411a1a5e0f3a0e38f6f8aadecc50d4db48ab2025af5732ee

Description

Tags

org:mirage

Published: 11 Oct 2021

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

  • API Docs: https://mirage.github.io/ocaml-conduit/

  • WWW: https://github.com/mirage/ocaml-conduit

  • E-mail: mirageos-devel@lists.xenproject.org

  • Bugs: https://github.com/mirage/ocaml-conduit/issues

Dependencies (22)

  1. ipaddr-sexp
  2. ipaddr >= "3.0.0"
  3. ca-certs-nss
  4. tls-mirage >= "0.11.0"
  5. tls >= "0.11.0"
  6. xenstore
  7. vchan >= "5.0.0"
  8. conduit-lwt = version
  9. dns-client >= "5.0.0" & < "6.0.0"
  10. mirage-time >= "2.0.0"
  11. mirage-random >= "2.0.0" & < "4.0.0"
  12. mirage-flow-combinators >= "2.0.0"
  13. mirage-flow >= "2.0.0"
  14. mirage-clock >= "3.0.0"
  15. mirage-stack >= "2.2.0"
  16. cstruct >= "3.0.0"
  17. bigarray-compat
  18. uri >= "4.0.0"
  19. sexplib
  20. ppx_sexp_conv >= "v0.13.0"
  21. dune >= "2.0"
  22. ocaml >= "4.07.0"

Dev Dependencies (1)

  1. tcpip with-test & >= "6.0.0"

Used by (7)

  1. caqti-mirage < "2.1.1"
  2. cohttp-mirage = "2.3.0" | >= "3.0.0"
  3. gluten-mirage >= "0.3.0"
  4. h2-mirage = "0.5.0" | >= "0.8.0" & < "0.10.0"
  5. irmin-mirage-git = "2.3.0" | >= "2.5.0" & < "2.8.0"
  6. pgx_lwt_mirage >= "2.1"
  7. resp-mirage = "0.10.0"

Conflicts (1)

  1. mirage-conduit