mirleft / ocaml-nocrypto

OCaml cryptographic library
ISC License
111 stars 53 forks source link

optionally depend on lwt #58

Closed hannesm closed 9 years ago

pqwy commented 9 years ago

Thanks! (Had it on my mental TODO.)

But why is the lwt dep version-constrained?

hannesm commented 9 years ago

there shouldn't be any strict version, but it turns out lwt < 2.4.8 is buggy, and we should try to keep users away from it (esp the on_timer).. so it sounded sane to me to require the same restriction as tls.

hannesm commented 9 years ago

this also updates the travis script to work in the xen scenario (by pinning and installing mirage-entropy-xen, and required gcc and binutils for this)