Skip to content

Commit

Permalink
Merge pull request ocaml#18909 from Octachron/release-codept-0.11.0
Browse files Browse the repository at this point in the history
[new release] codept (0.11.0)
  • Loading branch information
mseri authored Jun 25, 2021
2 parents e8d3468 + bec5658 commit 43694a3
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions packages/codept/codept.0.11.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "2.0"
maintainer: "Florian Angeletti <[email protected]>"
homepage: "https://github.com/Octachron/codept"
bug-reports: "https://github.com/Octachron/codept/issues"
license: "GPL-3.0-or-later"
dev-repo: "git+https://github.com/Octachron/codept.git"
build: [
["dune" "build" "-p" name "-j" jobs]
]
run-test: [
["dune" "runtest" "-p" name "-j" jobs]
]
depends: [
"dune" {>= "2.5"}
"menhir" {build & >= "20180523"}
"ocaml" {>= "4.03" & < "4.14~"}
]
synopsis: "Alternative ocaml dependency analyzer"
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."""
x-commit-hash: "8a34ba4c5c2fec4011c565291d0dc0a858391d54"
authors: "Florian Angeletti <[email protected]>"
url {
src:
"https://github.com/Octachron/codept/releases/download/0.11.0/codept-0.11.0.tbz"
checksum: [
"sha256=0444b0ea1d4256410868b1e78ad8a5f23914e5c9427a7d37c4216c51283c1000"
"sha512=02ba3513c7b892a9ec4b69bc56fb83ee3787a40c0a47342edc906f346068ca7fdae20b660b2944125568969377211ba011d5197c088384c959f19c65030c8518"
]
}

0 comments on commit 43694a3

Please sign in to comment.