Lint.Checks
type kind =
| General_opam_file
Linting checks run for all opam files in general
| Opam_repo_publication
Linting checks run on the primary opam repo
| Opam_repo_archive
Linting checks run on the opam archive repo
val wants_source : kind list -> bool
wants_source checks is true iff the kinds of checks want to inspect the package's source code
wants_source checks
true
checks
val package_name_collision : string -> string -> bool
package_name_collision p0 p1 returns true if p0 is similar to p1. Similarity is defined to be:
package_name_collision p0 p1
p0
p1
_
-