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.1.0.tar.gz sha256=f43f09a8a66b0f9d1debada4e55a1a15b8b3f86795f4688fcb48e175943e7129 md5=b61c8bd5d9942f187bdd73a0e4e448e6 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/ocamllint/ocamllint.0.1.0/opam |
No package is dependent