Reputation: 187
I recently installed ocaml/opam using homebrew and prepared UTOP as in "Real World Ocaml." In my .ocamlinit file I've added
#
require "ppx_jane"
Upon open, however, I get
No such package: ppx_jane
A quick Google search didn't give any solutions and I'm wondering if anyone has run across this before.
Upvotes: 1
Views: 387