···
1
+
# This file is generated by dune, edit dune-project instead
3
+
synopsis: "Diff/AST: A fine-grained source code differencing tool"
5
+
"Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."
7
+
"Codinuum <codinuum@me.com>"
8
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
11
+
"Codinuum <codinuum@me.com>"
12
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
14
+
license: "Apache-2.0"
15
+
homepage: "https://github.com/codinuum/diffast"
16
+
doc: "https://github.com/codinuum/diffast/README.md"
17
+
bug-reports: "https://github.com/codinuum/diffast/issues"
22
+
"diffast-core" {= version}
24
+
"diffast-api" {= version}
25
+
"diffast-cli" {= version}
26
+
"diffast-git" {= version}
27
+
"diffast-git-cli" {= version}
28
+
"diffast-langs-common" {= version}
29
+
"diffast-langs-cpp-parsing" {= version}
30
+
"diffast-langs-cpp-spec" {= version}
31
+
"diffast-langs-cpp" {= version}
32
+
"diffast-langs-fortran-parsing" {= version}
33
+
"diffast-langs-fortran-spec" {= version}
34
+
"diffast-langs-fortran" {= version}
35
+
"diffast-langs-java-parsing" {= version}
36
+
"diffast-langs-java-spec" {= version}
37
+
"diffast-langs-java" {= version}
38
+
"diffast-langs-python-parsing" {= version}
39
+
"diffast-langs-python-spec" {= version}
40
+
"diffast-langs-python" {= version}
41
+
"diffast-langs-verilog-parsing" {= version}
42
+
"diffast-langs-verilog-spec" {= version}
43
+
"diffast-langs-verilog" {= version}
47
+
["dune" "subst"] {dev}
55
+
"--promote-install-files=false"
57
+
"@runtest" {with-test}
60
+
["dune" "install" "-p" name "--create-install-files" name]
62
+
dev-repo: "git+https://github.com/codinuum/diffast.git"
64
+
src: "https://github.com/codinuum/diffast/archive/v0.2.tar.gz"
66
+
"sha256=b5bc3e9ed7c92912e06be663c904b6d8c7d277828b6442e43d57c64414d9c5ab"
67
+
"md5=7404586197ede6a4f0a0d00a69069b37"