It says: "The package has a dune-project file but no explicit dependency on dune was found.". This blocks the opam-repository CI. AFAIK, the OPAM package builds with Makefiles, and therefore doesn't need to depend on dune. What is better: - add a spurious dependency on dune to please the linter - remove the dune files from the repo, or move them somewhere the linter doesn't see them - add an exception for the linter (how?)