package conduit-lwt-unix

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

Install

Dune Dependency

Authors

Maintainers

Sources

conduit-8.0.0.tbz
sha256=0a63d910865b5473893a170cda51f61388f488ecf4c4b2ed7fe9ec4e2cf66f61
sha512=63c73616c5a4a6436aa9a1c8d2771d70e15789c639aaec6b9a95622aee0b364f18278e88ed769fbae84fefb817bef1c9c81fe41e969f03db99612295a159b536

Description

Tags

org:mirage

Published: 27 Feb 2025

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 >= "5.7.0"
  6. conduit-lwt = version
  7. ppx_sexp_conv >= "v0.13.0"
  8. logs
  9. base-unix
  10. dune >= "2.0"
  11. ocaml >= "4.13.0"

Dev Dependencies (3)

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

Used by (17)

  1. aws-s3-lwt < "4.4.0" | >= "4.6.0"
  2. cohttp-lwt-unix >= "4.1.1" & < "6.0.0~alpha0" | >= "6.0.0"
  3. cohttp-server-lwt-unix
  4. comby < "1.7.0"
  5. current_web >= "0.4"
  6. github-hooks-unix >= "0.5.0"
  7. grpc-examples
  8. irmin-cli
  9. irmin-client
  10. irmin-http >= "2.9.1" & < "2.10.2"
  11. irmin-server
  12. irmin-unix >= "2.3.0"
  13. links
  14. picos_meta
  15. resp-unix != "0.10.0"
  16. resto-cohttp-server >= "0.6.1"
  17. stog_server >= "1.0.0"

Conflicts (2)

  1. ssl < "0.5.12"
  2. tls-lwt < "1.0.0"
OCaml

Innovation. Community. Security.