package conduit-mirage
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=3e0ec284896a95d178d8d135792e7a46cb24f9cb0af0ea964d05cee1abcb1218
sha512=d19c7f8df38a18e14abbb67f5af895230b3dc01e284969b017d6e0851bc4baf93c229b19523e24a4d87f344ec3482ae0683925d19c262b196af1b5f62322a541
Description
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 mainConduit
moduleconduit-lwt
: the portable Lwt implementationconduit-lwt-unix
: the Lwt/Unix implementationconduit-async
the Jane Street Async implementationconduit-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
Bugs: https://github.com/mirage/ocaml-conduit/issues
Dependencies (22)
-
fmt
>= "0.8.7"
-
tcpip
>= "7.0.0"
- ipaddr-sexp
-
ipaddr
>= "3.0.0"
- ca-certs-nss
-
tls-mirage
>= "1.0.0"
-
tls
>= "1.0.0"
- xenstore
-
vchan
>= "5.0.0"
-
conduit-lwt
= version
-
dns-client-mirage
>= "8.0.0"
-
mirage-time
>= "2.0.0"
-
mirage-crypto-rng-mirage
>= "1.0.0"
-
mirage-flow-combinators
>= "2.0.0"
-
mirage-flow
>= "4.0.0"
-
mirage-clock
>= "3.0.0"
-
cstruct
>= "3.0.0"
-
uri
>= "4.0.0"
- sexplib0
-
ppx_sexp_conv
>= "v0.13.0"
-
dune
>= "2.0"
-
ocaml
>= "4.13.0"
Dev Dependencies
None
Used by (7)
-
caqti-mirage
< "2.1.1"
-
cohttp-mirage
= "2.3.0" | >= "3.0.0"
-
gluten-mirage
>= "0.3.0"
-
h2-mirage
= "0.5.0" | >= "0.8.0" & < "0.10.0"
-
irmin-mirage-git
= "2.3.0" | >= "2.5.0" & < "2.8.0"
-
pgx_lwt_mirage
>= "2.1"
-
resp-mirage
>= "0.10.0"