tarides / opam-monorepo

Assemble dune workspaces to build your project and its dependencies as a whole

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing x-opam-monorepo-duniverse-dirs field in opam-monorepo lockfile

ddickstein opened this issue · comments

In opam-monorepo for 4.13, after I run dune build and opam monorepo lock, running opam monorepo pull fails because I'm missing x-opam-monorepo-duniverse-dirs field in opam-monorepo lockfile. It looks like this was added recently but doesn't seem to be documented. What do I need to do to successfully pull?

Never mind; the issue here was that I wasn't enumerating dependencies properly in the dune-project file.