ocamllint
Detect common errors in OCaml code
Description
OCamllint is a ppx plugin that checks for patterns in a OCaml code base:
- common programming errors: using the wrong kind of comparison, computing unused values, going several times through a data structure, etc.
- enforce style: use snake_case for identifiers, module types in caps, etc.
Install
- Maintainers
-
Sources
Dependencies
ocamlbuild
build
ppx_tools
>= "5.0"
ounit
with-test
ocamlfind
>= "1.5.0"
ocaml
>= "4.02.0" & < "4.04.0"
Reverse Dependencies