this repo has no description
1opam-version: "2.0" 2authors: "Codinuum <codinuum@me.com>" 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.14.0"} 16 "camlp-streams" 17 "cohttp" 18 "camlzip" 19 "cryptokit" 20 "csv" 21 "num" 22 "git-unix" {>= "3.9.1"} 23 "menhir" {>= "20220210"} 24 "ocamlnet" 25 "pxp" 26 "uuidm" 27 "volt" 28 "mtime" {< "2.0"} 29] 30available: arch != "x86_32" & arch != "arm32" & arch != "ppc64" 31synopsis: "A framework for differential source code analyses" 32description: """ 33CCA is currently composed of the following: 34* parsers for Python, Java, Verilog, Fortran, and C/C++, 35* an AST differencing tool, Diff/AST, based on the parsers, 36* helper scripts for factbase manipulation, and 37* ontologies for the related entities.""" 38url { 39 src: "https://github.com/codinuum/cca/archive/v0.6.2.1.tar.gz" 40 checksum: "sha256=2e18875e55139fa5fc787911707d4020b98c8c22d0082160453e55469775ba5e" 41} 42extra-source "cca.install" { 43 src: 44 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/cca/cca.install.0.6.2" 45 checksum: 46 "sha256=fe8f6e0cd926a022e17d9b5bce8c1484b715986b7548fd48b5ac4e2e59e55315" 47}