Package manager for OCaml
OPAM is a tool to manage OCaml packages. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'git' does not match package name 'git-minimal' | |
input-labels Identify input labels that do not match package names | label 'python' does not match package name 'python-wrapper' | |
formatting Look for formatting issues in the source | line 880 is way too long (99 characters) | |
formatting Look for formatting issues in the source | line 882 is way too long (99 characters) | |
formatting Look for formatting issues in the source | line 884 is way too long (99 characters) | |
formatting Look for formatting issues in the source | line 886 is way too long (102 characters) |