package conduit-mirage

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

Install

Dune Dependency

Authors

Maintainers

Sources

conduit-7.0.0.tbz
sha256=3e0ec284896a95d178d8d135792e7a46cb24f9cb0af0ea964d05cee1abcb1218
sha512=d19c7f8df38a18e14abbb67f5af895230b3dc01e284969b017d6e0851bc4baf93c229b19523e24a4d87f344ec3482ae0683925d19c262b196af1b5f62322a541

Description

Tags

org:mirage

Published: 03 Sep 2024

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. fmt >= "0.8.7"
  2. tcpip >= "7.0.0"
  3. ipaddr-sexp
  4. ipaddr >= "3.0.0"
  5. ca-certs-nss
  6. tls-mirage >= "1.0.0"
  7. tls >= "1.0.0"
  8. xenstore
  9. vchan >= "5.0.0"
  10. conduit-lwt = version
  11. dns-client-mirage >= "8.0.0"
  12. mirage-time >= "2.0.0"
  13. mirage-crypto-rng-mirage >= "1.0.0"
  14. mirage-flow-combinators >= "2.0.0"
  15. mirage-flow >= "4.0.0"
  16. mirage-clock >= "3.0.0"
  17. cstruct >= "3.0.0"
  18. uri >= "4.0.0"
  19. sexplib0
  20. ppx_sexp_conv >= "v0.13.0"
  21. dune >= "2.0"
  22. ocaml >= "4.13.0"

Dev Dependencies

None

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
OCaml

Innovation. Community. Security.