this repo has no description
1opam-version: "2.0"
2authors: ["Codinuum"]
3homepage:"https://github.com/codinuum/cca/"
4maintainer: "Codinuum <codinuum@me.com>"
5bug-reports: "https://github.com/codinuum/cca/issues"
6dev-repo: "git+https://github.com/codinuum/cca.git"
7license: "Apache-2.0"
8build: [
9 [ make "-C" "src/mldiff" ]
10 [ make "-C" "src/util" ]
11 [ make "-C" "src/otreediff" ]
12 [ make "-C" "src/ast/analyzing" "production" ]
13]
14depends: [
15 "ocaml" {>= "4.11.0"}
16 "camlzip"
17 "cryptokit"
18 "csv"
19 "num"
20 "git-unix" {>= "3.2.0" & < "3.3.0"}
21 "menhir"
22 "ocamlnet"
23 "pxp"
24 "uuidm"
25 "volt"
26 "mtime" {< "2.0"}
27]
28available: arch != "x86_32" & arch != "arm32" & arch != "ppc64"
29synopsis: "A framework for code continuity analysis"
30description: """
31CCA is currently composed of the following:
32* parsers for Python, Java, Verilog, Fortran, and C/C++,
33* an AST differencing tool, Diff/AST, based on the parsers,
34* helper scripts for factbase manipulation, and
35* ontologies for the related entities."""
36url {
37 src: "https://github.com/codinuum/cca/archive/v0.1.tar.gz"
38 checksum: [
39 "sha256=71ca3d6ed02111d1e8d6b3c6a68680dec76696a4fa825cd8027e1554f17ab933"
40 "md5=85386ce86a9b648cd6aa63926f20e11a"
41 ]
42}
43extra-source "cca.install" {
44 src:
45 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/cca/cca.install.0.1"
46 checksum: [
47 "sha256=fe8f6e0cd926a022e17d9b5bce8c1484b715986b7548fd48b5ac4e2e59e55315"
48 "md5=1f2d6921099fb0367b6316d7257a0b77"
49 ]
50}