this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #24671 from Octachron/release-codept-0.12.0

[new release] codept (0.12.0)

authored by

Marcello Seri and committed by
GitHub
59d215d3 42d1736c

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