package codept

  1. Overview
  2. No Docs
Alternative ocaml dependency analyzer

Install

Authors

Maintainers

Sources

codept-0.11.1.tbz
sha256=d02d4cfee1961b5f8c7bc2f2be02e7844c286326a5205b52f907092da2b0996a
sha512=9288902cb946e64047bd757d8d0a4b675ed9bea3491bca2b334de9facc2800aa440e440a467cae28bb068df30610a45ae6ca1f22fbb828ac5f5074ef46fe5c49

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: 14 Apr 2022

Dependencies (3)

  1. ocaml >= "4.03" & < "5.1~"
  2. menhir build & >= "20180523"
  3. dune >= "2.5"

Dev Dependencies

None

Used by

None

Conflicts

None