ocamllintversion
Detect common errors in OCaml code
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.
Author | Etienne Millon <etienne@cryptosense.com> |
---|---|
License | BSD-2-Clause |
Published | |
Homepage | https://github.com/cryptosense/ocamllint |
Issue Tracker | https://github.com/cryptosense/ocamllint/issues |
Maintainer | Etienne Millon <etienne@cryptosense.com> |
Dependencies |
|
Source [http] | https://github.com/cryptosense/ocamllint/archive/v0.3.0.tar.gz sha256=89b91d894dd4bc3c3fb652cefc5b85223424019cdbfa13e604faa00bb6f7f9d2 md5=225f5182cdfc40ee6c71ad0367c971ce |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/ocamllint/ocamllint.0.3.0/opam |
No package is dependent