this repo has no description

Merge pull request #27701 from codinuum/diffast-20250403

[new release] diffast 0.2 (part 6)

Changed files
+57
packages
diffast-git-cli
diffast-git-cli.0.2
+57
packages/diffast-git-cli/diffast-git-cli.0.2/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Git-Diff/AST command line interface"
+
description:
+
"Git-Diff/AST command line interface. 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: os != "win32" & opam-version >= "2.1"
+
depends: [
+
"ocaml" {>= "4.14"}
+
"dune" {>= "3.17"}
+
"cmdliner"
+
"mtime" {>= "2.0"}
+
"fmt"
+
"logs"
+
"diffast-misc"
+
"diffast-core" {= version}
+
"diffast-api" {= version}
+
"diffast-git" {= version}
+
"diffast-etc"
+
"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"
+
]
+
}