I’ve got a simple library I’m trying to publish on OPAM. I’m using ocaml-ci-scripts to build and test my code on travisci.
Looking at the logs, it looks like it installs correctly, but the last command (and I don’t know what this step is meant to be doing) tells me I’ve got cyclical dependencies.
- How can the first install go through seemingly cleanly if there are cyclical dependencies?
- Any suggestions on how I can resolve this issue? (Or really just a suggestion on what I should investigate)
Thanks