package codept

  1. Overview
  2. Docs
alternative ocaml dependency analyzer

Install

Dune Dependency

Authors

Maintainers

Sources

0.10.2.tar.gz
md5=cded6752fea4095af4706e7daf5d4d24

Description

Codept intends to be a dependency solver for OCaml project and an alternative to ocamldep. Compared to ocamldep, codept major features are:

  • whole project analysis
  • exhaustive warning and error messages
  • structured format (s-expression or json) for dependencies
  • uniform handling of delayed alias dependencies
  • (experimental) full dependencies, when dependencies up to transitive closure are not enough

Both ocamldep and codept computes an over-approximation of the dependencies graph of OCaml project. However, codept uses whole project analysis to reduce the number of fictitious dependencies inferred at the project scale, whereas ocamldep is, by design, limited to local file analysis.

Published: 11 Jun 2018

Dependencies (2)

  1. base-unix
  2. ocaml >= "4.03.0" & < "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None