package conduit-lwt-unix

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

Install

Dune Dependency

Authors

Maintainers

Sources

conduit-5.1.0.tbz
sha256=e51c8c3e879cbbe9e09989b00595093832dc86642088072e03e5a59a2a2391cd
sha512=ffe4ca1e372a94db999f51fe4903f4a8f2f3ddb079cd0470c499dbd61109674df8de968e535c1c6f5bd7b00a6aed2c6b6d193c8dcf370102e27150903646a73e

Description

Tags

org:mirage

Published: 02 Mar 2022

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 (11)

  1. ca-certs
  2. ipaddr-sexp
  3. ipaddr >= "4.0.0"
  4. uri >= "1.9.4"
  5. lwt >= "3.0.0"
  6. conduit-lwt = version
  7. ppx_sexp_conv >= "v0.13.0"
  8. logs
  9. base-unix
  10. dune >= "2.0"
  11. ocaml >= "4.07.0"

Dev Dependencies (3)

  1. lwt_ssl with-test
  2. ssl with-test
  3. lwt_log with-test

Used by (18)

  1. aws-s3-lwt >= "4.0.0" & < "4.4.0" | >= "4.6.0"
  2. cohttp-lwt-unix >= "4.1.1"
  3. cohttp-server-lwt-unix
  4. comby < "1.7.0"
  5. current_web >= "0.4"
  6. datakit >= "0.12.0"
  7. datakit-ci >= "0.12.0"
  8. git-unix >= "1.11.2" & < "2.0.0"
  9. github-hooks-unix >= "0.5.0"
  10. grpc-examples
  11. irmin-cli < "3.9.0"
  12. irmin-http >= "2.9.1" & < "2.10.2"
  13. irmin-unix >= "2.3.0"
  14. links >= "0.9"
  15. ocsigenserver >= "3.0.0"
  16. resp-unix != "0.10.0"
  17. resto-cohttp-server >= "0.6.1"
  18. yurt >= "0.3" & < "0.5"

Conflicts (3)

  1. ssl < "0.5.9"
  2. tls >= "0.16.0"
  3. tls < "0.14.0"