I am trying to configure OCaml, OPAM, related libraries and UTOP on Ubuntu 14.04 based on instructions from Real World OCaml. Currently, I have managed to install the OCaml and OPAM compilers. However, when I try to install the kernel and UTOP, I get the following errors:
Core[ERROR] is not a valid version package name
'opam install core utop' failed.
and
[ERROR] utop is not a valid version package name
'opam install utop' failed.
I would really appreciate if anyone could give suggestions as to what the problem is and how to solve it.
Thank!
EDIT: Based on reviews, I have included more detailed installation information. I installed OPAM 1.1.1. The last commands executed during installation were
opam 4.03.0
,
eval 'opam config env'
, core utop, , -, .