package ocamllint

  1. Overview
  2. No Docs
Detect common errors in OCaml code

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.0.tar.gz
md5=225f5182cdfc40ee6c71ad0367c971ce

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.

Published: 27 Jun 2016

Dependencies (4)

  1. ocamlbuild build
  2. ppx_tools >= "5.0"
  3. ocamlfind >= "1.5.0"
  4. ocaml >= "4.02.0" & < "4.04.0"

Dev Dependencies (1)

  1. ounit with-test

Used by

None

Conflicts

None