this repo has no description
1opam-version: "2.0"
2maintainer: "Florian Angeletti <octa@polychoron.fr>"
3homepage: "https://github.com/Octachron/codept"
4bug-reports: "https://github.com/Octachron/codept/issues"
5license: "GPL-3.0-or-later"
6dev-repo: "git+https://github.com/Octachron/codept.git"
7build: [
8 ["dune" "build" "-p" name "-j" jobs]
9]
10run-test: [
11 ["dune" "runtest" "-p" name "-j" jobs]
12]
13depends: [
14 "dune" {>= "2.5" & < "3.13"}
15 "menhir" {build & >= "20180523"}
16 "ocaml" {>= "4.03" & < "5.1~"}
17]
18synopsis: "Alternative ocaml dependency analyzer"
19description:"""
20Codept intends to be a dependency solver for OCaml project and an alternative to ocamldep. Compared to ocamldep, codept major features are:
21
22 * whole project analysis
23 * exhaustive warning and error messages
24 * structured format (s-expression or json) for dependencies
25 * uniform handling of delayed alias dependencies
26 * (experimental) full dependencies,
27 when dependencies up to transitive closure are not enough
28
29Both 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."""
30authors: "Florian Angeletti <octa@polychoron.fr>"
31url {
32 src:
33 "https://github.com/Octachron/codept/releases/download/0.11.1/codept-0.11.1.tbz"
34 checksum: [
35 "sha256=d02d4cfee1961b5f8c7bc2f2be02e7844c286326a5205b52f907092da2b0996a"
36 "sha512=9288902cb946e64047bd757d8d0a4b675ed9bea3491bca2b334de9facc2800aa440e440a467cae28bb068df30610a45ae6ca1f22fbb828ac5f5074ef46fe5c49"
37 ]
38}
39x-commit-hash: "1ecb2389a9a936dd937624e79970d4d6f112f16b"