vbmithr / ocaml-websocket

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

Don't install a module named Rng #69

Closed copy closed 7 years ago

copy commented 7 years ago

Currently this library installs a module named Rng, which can cause problems with other libraries that might choose this name.

utop [1]: #require "websocket.async";;
utop [2]: Rng.cryptokit;;
- : Cryptokit.Random.rng -> Rng.t = <fun>
vbmithr commented 7 years ago

Fixed via f73943286825c4df979ef113e728c9d8bb1ece4b.