this repo has no description

Merge pull request #27681 from codinuum/diffast-20250326

[new release] diffast 0.2 (part 2)

Changed files
+551
packages
diffast-api
diffast-api.0.2
diffast-langs-cpp-parsing
diffast-langs-cpp-parsing.0.2
diffast-langs-cpp-spec
diffast-langs-cpp-spec.0.2
diffast-langs-fortran-parsing
diffast-langs-fortran-parsing.0.2
diffast-langs-fortran-spec
diffast-langs-fortran-spec.0.2
diffast-langs-java-parsing
diffast-langs-java-parsing.0.2
diffast-langs-java-spec
diffast-langs-java-spec.0.2
diffast-langs-python-parsing
diffast-langs-python-parsing.0.2
diffast-langs-python-spec
diffast-langs-python-spec.0.2
diffast-langs-verilog-parsing
diffast-langs-verilog-parsing.0.2
diffast-langs-verilog-spec
diffast-langs-verilog-spec.0.2
+49
packages/diffast-api/diffast-api.0.2/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Diff/AST API"
+
description:
+
"Diff/AST API. 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."
+
maintainer: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
authors: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
license: "Apache-2.0"
+
homepage: "https://github.com/codinuum/diffast"
+
doc: "https://github.com/codinuum/diffast/README.md"
+
bug-reports: "https://github.com/codinuum/diffast/issues"
+
depends: [
+
"ocaml" {>= "4.14"}
+
"dune" {>= "3.17"}
+
"diffast-misc"
+
"diffast-core" {= version}
+
"vlt" {>= "0.2.4"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/codinuum/diffast.git"
+
url {
+
src: "https://github.com/codinuum/diffast/archive/v0.2.tar.gz"
+
checksum: [
+
"sha256=b5bc3e9ed7c92912e06be663c904b6d8c7d277828b6442e43d57c64414d9c5ab"
+
"md5=7404586197ede6a4f0a0d00a69069b37"
+
]
+
}
+53
packages/diffast-langs-cpp-parsing/diffast-langs-cpp-parsing.0.2/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "C++/C parser for Diff/AST"
+
description:
+
"C++/C parser 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."
+
maintainer: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
authors: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
license: "Apache-2.0"
+
homepage: "https://github.com/codinuum/diffast"
+
doc: "https://github.com/codinuum/diffast/README.md"
+
bug-reports: "https://github.com/codinuum/diffast/issues"
+
available: arch != "x86_32" & arch != "arm32" & arch != "s390x"
+
conflicts: [ "ocaml-option-fp" ]
+
depends: [
+
"dune" {>= "3.17"}
+
"ocaml" {>= "4.14"}
+
"camlp-streams"
+
"sedlex"
+
"menhir"
+
"diffast-langs-common" {= version}
+
"vlt" {>= "0.2.4"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/codinuum/diffast.git"
+
url {
+
src: "https://github.com/codinuum/diffast/archive/v0.2.tar.gz"
+
checksum: [
+
"sha256=b5bc3e9ed7c92912e06be663c904b6d8c7d277828b6442e43d57c64414d9c5ab"
+
"md5=7404586197ede6a4f0a0d00a69069b37"
+
]
+
}
+49
packages/diffast-langs-cpp-spec/diffast-langs-cpp-spec.0.2/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "C/C++ parser spec for Diff/AST"
+
description:
+
"C/C++ parser specification 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."
+
maintainer: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
authors: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
license: "Apache-2.0"
+
homepage: "https://github.com/codinuum/diffast"
+
doc: "https://github.com/codinuum/diffast/README.md"
+
bug-reports: "https://github.com/codinuum/diffast/issues"
+
depends: [
+
"dune" {>= "3.17"}
+
"ocaml" {>= "4.14"}
+
"dune-site"
+
"diffast-core" {= version}
+
"vlt" {>= "0.2.4"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/codinuum/diffast.git"
+
url {
+
src: "https://github.com/codinuum/diffast/archive/v0.2.tar.gz"
+
checksum: [
+
"sha256=b5bc3e9ed7c92912e06be663c904b6d8c7d277828b6442e43d57c64414d9c5ab"
+
"md5=7404586197ede6a4f0a0d00a69069b37"
+
]
+
}
+51
packages/diffast-langs-fortran-parsing/diffast-langs-fortran-parsing.0.2/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Fortran parser for Diff/AST"
+
description:
+
"Fortran parser 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."
+
maintainer: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
authors: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
license: "Apache-2.0"
+
homepage: "https://github.com/codinuum/diffast"
+
doc: "https://github.com/codinuum/diffast/README.md"
+
bug-reports: "https://github.com/codinuum/diffast/issues"
+
depends: [
+
"dune" {>= "3.17"}
+
"ocaml" {>= "4.14"}
+
"camlp-streams"
+
"sedlex"
+
"menhir"
+
"diffast-langs-common" {= version}
+
"vlt" {>= "0.2.4"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/codinuum/diffast.git"
+
url {
+
src: "https://github.com/codinuum/diffast/archive/v0.2.tar.gz"
+
checksum: [
+
"sha256=b5bc3e9ed7c92912e06be663c904b6d8c7d277828b6442e43d57c64414d9c5ab"
+
"md5=7404586197ede6a4f0a0d00a69069b37"
+
]
+
}
+49
packages/diffast-langs-fortran-spec/diffast-langs-fortran-spec.0.2/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Fortran parser spec for Diff/AST"
+
description:
+
"Fortran parser specification 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."
+
maintainer: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
authors: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
license: "Apache-2.0"
+
homepage: "https://github.com/codinuum/diffast"
+
doc: "https://github.com/codinuum/diffast/README.md"
+
bug-reports: "https://github.com/codinuum/diffast/issues"
+
depends: [
+
"dune" {>= "3.17"}
+
"ocaml" {>= "4.14"}
+
"dune-site"
+
"diffast-core" {= version}
+
"vlt" {>= "0.2.4"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/codinuum/diffast.git"
+
url {
+
src: "https://github.com/codinuum/diffast/archive/v0.2.tar.gz"
+
checksum: [
+
"sha256=b5bc3e9ed7c92912e06be663c904b6d8c7d277828b6442e43d57c64414d9c5ab"
+
"md5=7404586197ede6a4f0a0d00a69069b37"
+
]
+
}
+51
packages/diffast-langs-java-parsing/diffast-langs-java-parsing.0.2/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Java parser for Diff/AST"
+
description:
+
"Java parser 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."
+
maintainer: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
authors: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
license: "Apache-2.0"
+
homepage: "https://github.com/codinuum/diffast"
+
doc: "https://github.com/codinuum/diffast/README.md"
+
bug-reports: "https://github.com/codinuum/diffast/issues"
+
depends: [
+
"dune" {>= "3.17"}
+
"ocaml" {>= "4.14"}
+
"camlp-streams"
+
"sedlex"
+
"menhir"
+
"diffast-langs-common" {= version}
+
"vlt" {>= "0.2.4"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/codinuum/diffast.git"
+
url {
+
src: "https://github.com/codinuum/diffast/archive/v0.2.tar.gz"
+
checksum: [
+
"sha256=b5bc3e9ed7c92912e06be663c904b6d8c7d277828b6442e43d57c64414d9c5ab"
+
"md5=7404586197ede6a4f0a0d00a69069b37"
+
]
+
}
+49
packages/diffast-langs-java-spec/diffast-langs-java-spec.0.2/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Java parser spec for Diff/AST"
+
description:
+
"Java parser specification 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."
+
maintainer: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
authors: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
license: "Apache-2.0"
+
homepage: "https://github.com/codinuum/diffast"
+
doc: "https://github.com/codinuum/diffast/README.md"
+
bug-reports: "https://github.com/codinuum/diffast/issues"
+
depends: [
+
"dune" {>= "3.17"}
+
"ocaml" {>= "4.14"}
+
"dune-site"
+
"diffast-core" {= version}
+
"vlt" {>= "0.2.4"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/codinuum/diffast.git"
+
url {
+
src: "https://github.com/codinuum/diffast/archive/v0.2.tar.gz"
+
checksum: [
+
"sha256=b5bc3e9ed7c92912e06be663c904b6d8c7d277828b6442e43d57c64414d9c5ab"
+
"md5=7404586197ede6a4f0a0d00a69069b37"
+
]
+
}
+51
packages/diffast-langs-python-parsing/diffast-langs-python-parsing.0.2/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Python parser for Diff/AST"
+
description:
+
"Python parser 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."
+
maintainer: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
authors: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
license: "Apache-2.0"
+
homepage: "https://github.com/codinuum/diffast"
+
doc: "https://github.com/codinuum/diffast/README.md"
+
bug-reports: "https://github.com/codinuum/diffast/issues"
+
depends: [
+
"dune" {>= "3.17"}
+
"ocaml" {>= "4.14"}
+
"camlp-streams"
+
"sedlex"
+
"menhir"
+
"diffast-langs-common" {= version}
+
"vlt" {>= "0.2.4"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/codinuum/diffast.git"
+
url {
+
src: "https://github.com/codinuum/diffast/archive/v0.2.tar.gz"
+
checksum: [
+
"sha256=b5bc3e9ed7c92912e06be663c904b6d8c7d277828b6442e43d57c64414d9c5ab"
+
"md5=7404586197ede6a4f0a0d00a69069b37"
+
]
+
}
+49
packages/diffast-langs-python-spec/diffast-langs-python-spec.0.2/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Python parser spec for Diff/AST"
+
description:
+
"Python parser specification 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."
+
maintainer: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
authors: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
license: "Apache-2.0"
+
homepage: "https://github.com/codinuum/diffast"
+
doc: "https://github.com/codinuum/diffast/README.md"
+
bug-reports: "https://github.com/codinuum/diffast/issues"
+
depends: [
+
"dune" {>= "3.17"}
+
"ocaml" {>= "4.14"}
+
"dune-site"
+
"diffast-core" {= version}
+
"vlt" {>= "0.2.4"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/codinuum/diffast.git"
+
url {
+
src: "https://github.com/codinuum/diffast/archive/v0.2.tar.gz"
+
checksum: [
+
"sha256=b5bc3e9ed7c92912e06be663c904b6d8c7d277828b6442e43d57c64414d9c5ab"
+
"md5=7404586197ede6a4f0a0d00a69069b37"
+
]
+
}
+51
packages/diffast-langs-verilog-parsing/diffast-langs-verilog-parsing.0.2/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Verilog parser for Diff/AST"
+
description:
+
"Verilog parser 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."
+
maintainer: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
authors: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
license: "Apache-2.0"
+
homepage: "https://github.com/codinuum/diffast"
+
doc: "https://github.com/codinuum/diffast/README.md"
+
bug-reports: "https://github.com/codinuum/diffast/issues"
+
depends: [
+
"dune" {>= "3.17"}
+
"ocaml" {>= "4.14"}
+
"camlp-streams"
+
"sedlex"
+
"menhir"
+
"diffast-langs-common" {= version}
+
"vlt" {>= "0.2.4"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/codinuum/diffast.git"
+
url {
+
src: "https://github.com/codinuum/diffast/archive/v0.2.tar.gz"
+
checksum: [
+
"sha256=b5bc3e9ed7c92912e06be663c904b6d8c7d277828b6442e43d57c64414d9c5ab"
+
"md5=7404586197ede6a4f0a0d00a69069b37"
+
]
+
}
+49
packages/diffast-langs-verilog-spec/diffast-langs-verilog-spec.0.2/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Verilog parser spec for Diff/AST"
+
description:
+
"Verilog parser specification 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."
+
maintainer: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
authors: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
license: "Apache-2.0"
+
homepage: "https://github.com/codinuum/diffast"
+
doc: "https://github.com/codinuum/diffast/README.md"
+
bug-reports: "https://github.com/codinuum/diffast/issues"
+
depends: [
+
"dune" {>= "3.17"}
+
"ocaml" {>= "4.14"}
+
"dune-site"
+
"diffast-core" {= version}
+
"vlt" {>= "0.2.4"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/codinuum/diffast.git"
+
url {
+
src: "https://github.com/codinuum/diffast/archive/v0.2.tar.gz"
+
checksum: [
+
"sha256=b5bc3e9ed7c92912e06be663c904b6d8c7d277828b6442e43d57c64414d9c5ab"
+
"md5=7404586197ede6a4f0a0d00a69069b37"
+
]
+
}