this repo has no description

[new release] diffast (part 1)

Codinuum 4278edc1 5af30b56

Changed files
+155
packages
diffast-core
diffast-core.0.1
diffast-git
diffast-git.0.1
diffast-langs-common
diffast-langs-common.0.1
+56
packages/diffast-core/diffast-core.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Core functions of Diff/AST"
+
description:
+
"Core functions of 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"
+
tags: ["abstract syntax tree" "differencing"]
+
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"}
+
"dune-site"
+
"camlp-streams"
+
"uuidm"
+
"csv"
+
"base64"
+
"sedlex"
+
"menhir"
+
"diffast-misc" {= 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.1.tar.gz"
+
checksum: [
+
"sha256=160f704cc31d3cb2131fc6bab9a0fed46c05427eec5713882843b0104b69c324"
+
"md5=e8eef8a5b7e58b622dc948a15c87ad7f"
+
]
+
}
+49
packages/diffast-git/diffast-git.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Git functions for Diff/AST API"
+
description:
+
"Git functions for 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"}
+
"git-unix"
+
"diffast-misc" {= 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.1.tar.gz"
+
checksum: [
+
"sha256=160f704cc31d3cb2131fc6bab9a0fed46c05427eec5713882843b0104b69c324"
+
"md5=e8eef8a5b7e58b622dc948a15c87ad7f"
+
]
+
}
+50
packages/diffast-langs-common/diffast-langs-common.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Common functions for parsers of Diff/AST"
+
description:
+
"Common functions for parsers of 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: [
+
"ocaml" {>= "4.14"}
+
"dune" {>= "3.17"}
+
"sedlex"
+
"mehirLib"
+
"diffast-misc" {= 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.1.tar.gz"
+
checksum: [
+
"sha256=160f704cc31d3cb2131fc6bab9a0fed46c05427eec5713882843b0104b69c324"
+
"md5=e8eef8a5b7e58b622dc948a15c87ad7f"
+
]
+
}