package codept

  1. Overview
  2. No Docs
Alternative ocaml dependency analyzer

Install

Dune Dependency

Authors

Maintainers

Sources

codept-0.12.0.tbz
sha256=f0baad2f1ff352a5aadd02b5c971693c219bb1a1857e483a5700ecb2ba6d61b0
sha512=af74a4ff73a1f1bc5ee325d424351f8dab82a6b5f1cb044ad125286832bfbf7a51969e36f3f413541a0b42a2b752ca89224b77b71c55648861e93ddb47dceae1

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: 26 Oct 2023

Dependencies (3)

  1. menhir >= "20180523"
  2. dune >= "2.5"
  3. ocaml >= "4.03.0" & <= "5.2~"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.