ocaml-top
ocaml-top copied to clipboard
ocaml-top fails to install on opam since ocp-index updated to 1.1.5
Bonjour !
(Continuing in english...)
I was able to successfully compile ocaml-top until the last ocp-index update:
-
ocp-index 1.1.4 + ocamltop OK
-
ocp-index 1.1.5 + ocamltop fails to compile
(opam pin add ocp-index 1.1.4 solved the problem)
The compilation error is exactly the one found on the automatic opam builder: http://opam.ocamlpro.com/builder/html/ocaml-top/ocaml-top.1.1.2/855f02a21c2714f3963836875ecdccc9
that is:
(...) Error: Could not find target project ocaml-top
I just filed a pull-request to the opam repository to add the version constraint. ocaml-top will need to be ported, though! Thanks for reporting.