Add ocaml as a dependency of either
The package `either` builds with dune, and the dune executable doesn't
assume that an ocaml compiler is installed when building a project.
Packages that build with dune and need an ocaml compiler must depend
on the `ocaml` package.
Signed-off-by: Stephen Sherratt <stephen@sherra.tt>