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.
AuthorEtienne Millon <etienne@cryptosense.com>
LicenseBSD-2-Clause
Published
Homepagehttps://github.com/cryptosense/ocamllint
Issue Trackerhttps://github.com/cryptosense/ocamllint/issues
MaintainerEtienne Millon <etienne@cryptosense.com>
Dependencies
Source [http] https://github.com/cryptosense/ocamllint/archive/v0.2.0.tar.gz
md5=f09848b2dd24fb574a1d50545cac08ea
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/ocamllint/ocamllint.0.2.0/opam
No package is dependent