nojb / ocaml-imap

Lwt-compatible IMAP4rev1 client library for OCaml
https://nojb.github.io/ocaml-imap/imap
Other
40 stars 17 forks source link

Installation via opam fails #36

Open sconeyard opened 5 years ago

sconeyard commented 5 years ago

Installation using current version of OCaml (4.07.1) fails because the opam package for some reason requires older dependencies (uutf<0.9.4). This might be fixed with a new release.

Can you pin a new release?

nojb commented 5 years ago

Hello, thanks for the interest. The codebase is currently undergoing a substantial rewrite, so I don't think cutting a release now would be a good idea. Are you trying to use the version released in opam? If yes, I could try fixing the uutf dependency for that version only.

sconeyard commented 5 years ago

Yes, I was trying to use the opam version. A fix would be nice.

jsiebern commented 5 years ago

Any chance of that opam version fix happening? I'd like to try and use this lib as well via opam 👍

Never mind: Solved it by installing from master for now :)

vzaliva commented 3 years ago

I have the same problem. I want to use this package.