Skip to content

Dune files confuse the OPAM linter #44

@xavierleroy

Description

@xavierleroy

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?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions