Skip to content

Commit fbd4d5b

Browse files
authored
[new release] diffast 0.1.1 (part 3) (#27514)
* [new release] diffast 0.1.1 (part 3) * fix * fix * fix * fix * fix * reducing packages * dropped another package
1 parent 706bd64 commit fbd4d5b

File tree

5 files changed

+260
-0
lines changed
  • packages
    • diffast-langs-cpp/diffast-langs-cpp.0.1.1
    • diffast-langs-fortran/diffast-langs-fortran.0.1.1
    • diffast-langs-java/diffast-langs-java.0.1.1
    • diffast-langs-python/diffast-langs-python.0.1.1
    • diffast-langs-verilog/diffast-langs-verilog.0.1.1

5 files changed

+260
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "C++/C parser plugin for Diff/AST"
4+
description:
5+
"C++/C parser plugin for Diff/AST. 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."
6+
maintainer: [
7+
"Codinuum <[email protected]>"
8+
"Masatomo Hashimoto <[email protected]>"
9+
]
10+
authors: [
11+
"Codinuum <[email protected]>"
12+
"Masatomo Hashimoto <[email protected]>"
13+
]
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"
18+
depends: [
19+
"dune" {>= "3.17"}
20+
"ocaml" {>= "4.14"}
21+
"dune-site"
22+
"diffast-misc" {= version}
23+
"diffast-core" {= version}
24+
"diffast-langs-cpp-parsing" {= version}
25+
"diffast-langs-cpp-spec" {= version}
26+
"vlt" {>= "0.2.4"}
27+
"odoc" {with-doc}
28+
]
29+
build: [
30+
["dune" "subst"] {dev}
31+
[
32+
"dune"
33+
"build"
34+
"-p"
35+
name
36+
"-j"
37+
jobs
38+
"--promote-install-files=false"
39+
"@install"
40+
"@runtest" {with-test}
41+
"@doc" {with-doc}
42+
]
43+
["dune" "install" "-p" name "--create-install-files" name]
44+
]
45+
dev-repo: "git+https://github.com/codinuum/diffast.git"
46+
url {
47+
src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz"
48+
checksum: [
49+
"sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a"
50+
"md5=a0d35178f15cd2d2a3b907a0bbcc959c"
51+
]
52+
}
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Fortran parser plugin for Diff/AST"
4+
description:
5+
"Fortran parser plugin for Diff/AST. 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."
6+
maintainer: [
7+
"Codinuum <[email protected]>"
8+
"Masatomo Hashimoto <[email protected]>"
9+
]
10+
authors: [
11+
"Codinuum <[email protected]>"
12+
"Masatomo Hashimoto <[email protected]>"
13+
]
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"
18+
depends: [
19+
"dune" {>= "3.17"}
20+
"ocaml" {>= "4.14"}
21+
"dune-site"
22+
"diffast-misc" {= version}
23+
"diffast-core" {= version}
24+
"diffast-langs-fortran-parsing" {= version}
25+
"diffast-langs-fortran-spec" {= version}
26+
"vlt" {>= "0.2.4"}
27+
"odoc" {with-doc}
28+
]
29+
build: [
30+
["dune" "subst"] {dev}
31+
[
32+
"dune"
33+
"build"
34+
"-p"
35+
name
36+
"-j"
37+
jobs
38+
"--promote-install-files=false"
39+
"@install"
40+
"@runtest" {with-test}
41+
"@doc" {with-doc}
42+
]
43+
["dune" "install" "-p" name "--create-install-files" name]
44+
]
45+
dev-repo: "git+https://github.com/codinuum/diffast.git"
46+
url {
47+
src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz"
48+
checksum: [
49+
"sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a"
50+
"md5=a0d35178f15cd2d2a3b907a0bbcc959c"
51+
]
52+
}
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Java parser plugin for Diff/AST"
4+
description:
5+
"Java parser plugin for Diff/AST. 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."
6+
maintainer: [
7+
"Codinuum <[email protected]>"
8+
"Masatomo Hashimoto <[email protected]>"
9+
]
10+
authors: [
11+
"Codinuum <[email protected]>"
12+
"Masatomo Hashimoto <[email protected]>"
13+
]
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"
18+
depends: [
19+
"dune" {>= "3.17"}
20+
"ocaml" {>= "4.14"}
21+
"dune-site"
22+
"diffast-misc" {= version}
23+
"diffast-core" {= version}
24+
"diffast-langs-java-parsing" {= version}
25+
"diffast-langs-java-spec" {= version}
26+
"vlt" {>= "0.2.4"}
27+
"odoc" {with-doc}
28+
]
29+
build: [
30+
["dune" "subst"] {dev}
31+
[
32+
"dune"
33+
"build"
34+
"-p"
35+
name
36+
"-j"
37+
jobs
38+
"--promote-install-files=false"
39+
"@install"
40+
"@runtest" {with-test}
41+
"@doc" {with-doc}
42+
]
43+
["dune" "install" "-p" name "--create-install-files" name]
44+
]
45+
dev-repo: "git+https://github.com/codinuum/diffast.git"
46+
url {
47+
src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz"
48+
checksum: [
49+
"sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a"
50+
"md5=a0d35178f15cd2d2a3b907a0bbcc959c"
51+
]
52+
}
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Python parser plugin for Diff/AST"
4+
description:
5+
"Python parser plugin for Diff/AST. 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."
6+
maintainer: [
7+
"Codinuum <[email protected]>"
8+
"Masatomo Hashimoto <[email protected]>"
9+
]
10+
authors: [
11+
"Codinuum <[email protected]>"
12+
"Masatomo Hashimoto <[email protected]>"
13+
]
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"
18+
depends: [
19+
"dune" {>= "3.17"}
20+
"ocaml" {>= "4.14"}
21+
"dune-site"
22+
"diffast-misc" {= version}
23+
"diffast-core" {= version}
24+
"diffast-langs-python-parsing" {= version}
25+
"diffast-langs-python-spec" {= version}
26+
"vlt" {>= "0.2.4"}
27+
"odoc" {with-doc}
28+
]
29+
build: [
30+
["dune" "subst"] {dev}
31+
[
32+
"dune"
33+
"build"
34+
"-p"
35+
name
36+
"-j"
37+
jobs
38+
"--promote-install-files=false"
39+
"@install"
40+
"@runtest" {with-test}
41+
"@doc" {with-doc}
42+
]
43+
["dune" "install" "-p" name "--create-install-files" name]
44+
]
45+
dev-repo: "git+https://github.com/codinuum/diffast.git"
46+
url {
47+
src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz"
48+
checksum: [
49+
"sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a"
50+
"md5=a0d35178f15cd2d2a3b907a0bbcc959c"
51+
]
52+
}
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Verilog parser plugin for Diff/AST"
4+
description:
5+
"Verilog parser plugin for Diff/AST. 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."
6+
maintainer: [
7+
"Codinuum <[email protected]>"
8+
"Masatomo Hashimoto <[email protected]>"
9+
]
10+
authors: [
11+
"Codinuum <[email protected]>"
12+
"Masatomo Hashimoto <[email protected]>"
13+
]
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"
18+
depends: [
19+
"dune" {>= "3.17"}
20+
"ocaml" {>= "4.14"}
21+
"dune-site"
22+
"diffast-misc" {= version}
23+
"diffast-core" {= version}
24+
"diffast-langs-verilog-parsing" {= version}
25+
"diffast-langs-verilog-spec" {= version}
26+
"vlt" {>= "0.2.4"}
27+
"odoc" {with-doc}
28+
]
29+
build: [
30+
["dune" "subst"] {dev}
31+
[
32+
"dune"
33+
"build"
34+
"-p"
35+
name
36+
"-j"
37+
jobs
38+
"--promote-install-files=false"
39+
"@install"
40+
"@runtest" {with-test}
41+
"@doc" {with-doc}
42+
]
43+
["dune" "install" "-p" name "--create-install-files" name]
44+
]
45+
dev-repo: "git+https://github.com/codinuum/diffast.git"
46+
url {
47+
src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz"
48+
checksum: [
49+
"sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a"
50+
"md5=a0d35178f15cd2d2a3b907a0bbcc959c"
51+
]
52+
}

0 commit comments

Comments
 (0)