mirleft / ocaml-nocrypto

OCaml cryptographic library
ISC License
111 stars 53 forks source link

Get rid of `lwt.syntax`? #59

Closed samoht closed 9 years ago

samoht commented 9 years ago

Not sure why you are using it exactly, but would be better to not depend on camlp4 as it will be deprecated at one point in the near future.

pqwy commented 9 years ago

True. Is there a way to update a release or should I just do 0.4.1?

pqwy commented 9 years ago

Btw. I removed the dep on lwt.syntax. I actually like that extra syntax, but as it was a small file, it probably wasn't worthwhile dragging that dep.

But the core still depends on camlp4 via sexplib.syntax. Not sure how go about avoiding that one...

samoht commented 9 years ago

It's fine if you delete and recreate the tag I think.

pqwy commented 9 years ago

Yup, re-did the release. Now without lwt.syntax.

But it still depends on camlp4.