Hello, I am trying to install the opam package cohttp-lwt-unix-ssl, but I run into the following error:
The following dependencies couldn't be met:
- cohttp-lwt-unix-ssl → cohttp-lwt >= 3.0.0 → cohttp >= 3.0.0
unmet availability conditions: false
No solution found, exiting
When I run opam list -a |grep cohttp |head -3
, I get the following result:
cohttp 2.5.4 An OCaml library for HTTP clients and servers
cohttp-async -- CoHTTP implementation for the Async concurrency library
cohttp-lwt -- CoHTTP implementation using the Lwt concurrency library
It seems that the cohttp package is 2.5.4. I see on github that cohttp 3.0.0 has been released last month. How can I proceed to install cohttp-lwt-unxi-ssl ?