On 3 Sep 2014, at 13:44, Kenneth Westerback <kwesterb...@gmail.com> wrote: > > "opam install ssl" followed by "opam install async_graphics" worked. > And looking at 'opam list' on my other, as-yet-un-upgraded, box I see > that ssl was present there.
Great -- this will be fixed by the external solver being ported. The "ssl" is an optional dependency, which is a bit complex to solve for due to a combinatorial explosion. OPAM 1.2 should do a better job of this with its builtin solver I hope. > > However, "opam install ocp-indent" failed. Albeit for apparently > different reasons since it did not complain about conduit this time: This one's due to the ocp-indent build system :-/ A bug report on https://github.com/ocaml/opam-repository/issues would be appreciated, and I'll look at it shortly if noone else does (travelling at ICFP atm). -anil