pkgsrc/net/ocaml-conduit/DESCR
jaapb 194c6747ac Added package net/ocaml-conduit, an OCaml network connection library
This is needed as a dependency for www/ocaml-cohttp.
2019-07-01 16:01:36 +00:00

7 lines
392 B
Text

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).