Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実行してもfindlibopam install cohttpは提供されません。cohttp.lwtlwtをサポートしてインストールするコマンドラインオプションがありませんか?
opam install cohttp
cohttp.lwt
lwtのオプションの依存関係ですcohttp。したがって、lwtサポートをアクティブにするには、単にそれをインストールする必要があります。
lwt
cohttp
opam install ssl lwt cohttp
備考:後でlwtをインストールすると、OPAMは適切なオプションを使用してcohttpを再コンパイルします。
パッケージに加えて、lwtパッケージをインストールする必要がありsslます。
ssl