···11+opam-version: "2.0"
22+synopsis: "Alternative ocaml dependency analyzer"
33+description: """
44+Codept intends to be a dependency solver for OCaml project and an alternative to ocamldep. Compared to ocamldep, codept major features are:
55+66+ * whole project analysis
77+ * exhaustive warning and error messages
88+ * structured format (s-expression or json) for dependencies
99+ * uniform handling of delayed alias dependencies
1010+ * (experimental) full dependencies,
1111+ when dependencies up to transitive closure are not enough
1212+1313+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."""
1414+maintainer: ["Florian Angeletti <octa@polychoron.fr>"]
1515+authors: ["Florian Angeletti <octa@polychoron.fr>"]
1616+license: "GPL-3.0-or-later"
1717+homepage: "https://github.com/Octachron/codept"
1818+bug-reports: "https://github.com/Octachron/codept/issues"
1919+depends: [
2020+ "ocaml" {>= "4.03.0" & <= "5.2~" }
2121+ "dune" {>= "2.5"}
2222+ "menhir" {>= "20180523"}
2323+]
2424+build: [
2525+ ["dune" "subst"] {dev}
2626+ [
2727+ "dune"
2828+ "build"
2929+ "-p"
3030+ name
3131+ "-j"
3232+ jobs
3333+ "@install"
3434+ "@runtest" {with-test}
3535+ "@doc" {with-doc}
3636+ ]
3737+]
3838+dev-repo: "git+https://github.com/Octachron/codept.git"
3939+url {
4040+ src:
4141+ "https://github.com/Octachron/codept/releases/download/0.12.0/codept-0.12.0.tbz"
4242+ checksum: [
4343+ "sha256=f0baad2f1ff352a5aadd02b5c971693c219bb1a1857e483a5700ecb2ba6d61b0"
4444+ "sha512=af74a4ff73a1f1bc5ee325d424351f8dab82a6b5f1cb044ad125286832bfbf7a51969e36f3f413541a0b42a2b752ca89224b77b71c55648861e93ddb47dceae1"
4545+ ]
4646+}
4747+x-commit-hash: "31aac3df3f7e03abcab6530b72ab4ddcd4686aed"