package ocamllint

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
md5=b61c8bd5d9942f187bdd73a0e4e448e6

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: 07 Jan 2016

Dependencies (3)

  1. ppx_tools
  2. ocamlfind >= "1.5.0"
  3. ocaml >= "4.02.0" & < "4.03.0"

Dev Dependencies (2)

  1. ppx_deriving with-test
  2. ounit with-test

Used by

None

Conflicts

None