vbmithr / ocaml-websocket

Websocket library for OCaml
ISC License
161 stars 44 forks source link

Remove forced async_ssl dependency #102

Closed copy closed 5 years ago

copy commented 5 years ago

async_ssl is a depopt of conduit-async, which handles the case when async_ssl is not installed gracefully (with a runtime error when a tls connection is attempted). This package doesn't use async_ssl directly.

(I want to avoid async_ssl as it forces linking with openssl).