package conduit-mirage

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

Install

Dune Dependency

Authors

Maintainers

Sources

conduit-v4.0.1.tbz
sha256=500d95bf2a524f4851e94373e32d26b6e99ee04e5134db69fe6e151c3aad9b1f
sha512=449aa5d1c609adaa507791c3130eda634cba4f89f46d94e557a076a1add90f93b0db3b22c43e4cb67266a7f8a52d47f5aae49af8e60ef8d07e1ca9b1f2381186

Description

Tags

org:mirage

Published: 08 Aug 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" & < "0.15.0"
  5. tls >= "0.11.0" & < "0.15.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