Running opam install cohttp does not provide me with cohttp.lwt in findlib. Am I missing a command line option to install with lwt support?
Running opam install cohttp does not provide me with cohttp.lwt in findlib. Am I
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
lwtis an optional dependency ofcohttp. So to activate lwt support, you’ll simply need to install it:Remark: you can install lwt later on and OPAM will recompile cohttp with the right options.