package conduit-mirage
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=daac02c9955b5b1ec0e3ce29588bb20c4869ab956bd92e992bf3b0c0d98e26ff
sha512=8a2606590d560a7dac844e84cd342804505ae910a8d6df9d58f4948b5a517b6788a2551573c84930b96bdf3b20fc74d18ee3c90b00e0cc02b29234562a45eafe
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: http://docs.mirage.io/
WWW: https://github.com/mirage/ocaml-conduit
Bugs: https://github.com/mirage/ocaml-conduit/issues
Dependencies (19)
- ipaddr-sexp
-
ipaddr
>= "3.0.0"
-
tls-mirage
>= "0.11.0" & < "0.15.0"
-
tls
>= "0.11.0" & < "0.15.0"
- xenstore
-
vchan
>= "5.0.0"
- conduit-lwt
-
dns-client
>= "4.5.0" & < "5.0.0"
-
mirage-time
>= "2.0.0"
-
mirage-random
>= "2.0.0" & < "4.0.0"
-
mirage-flow-combinators
>= "2.0.0"
-
mirage-flow
>= "2.0.0"
-
mirage-clock
>= "3.0.0"
-
mirage-stack
>= "2.0.0"
-
cstruct
>= "3.0.0"
- sexplib
-
ppx_sexp_conv
>= "v0.13.0"
- dune
-
ocaml
>= "4.07.0"
Dev Dependencies
None
Used by (9)
-
caqti-mirage
< "2.1.1"
-
cohttp-mirage
>= "2.3.0" & < "3.0.0"
-
git-cohttp-mirage
< "3.2.0"
-
git-mirage
= "2.1.1" | = "2.1.3"
- gluten-mirage
-
h2-mirage
>= "0.4.0" & < "0.10.0"
-
irmin-mirage-git
< "2.8.0"
-
irmin-mirage-graphql
< "2.3.0"
-
pgx_lwt_mirage
= "2.0"