this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Git-Diff/AST command line interface"
4description:
5 "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."
6maintainer: [
7 "Codinuum <codinuum@me.com>"
8 "Masatomo Hashimoto <m.hashimoto@stair.center>"
9]
10authors: [
11 "Codinuum <codinuum@me.com>"
12 "Masatomo Hashimoto <m.hashimoto@stair.center>"
13]
14license: "Apache-2.0"
15homepage: "https://github.com/codinuum/diffast"
16doc: "https://github.com/codinuum/diffast/README.md"
17bug-reports: "https://github.com/codinuum/diffast/issues"
18available: os != "win32" & opam-version >= "2.1"
19depends: [
20 "ocaml" {>= "4.14"}
21 "dune" {>= "3.17"}
22 "cmdliner"
23 "mtime" {>= "2.0"}
24 "fmt"
25 "logs"
26 "diffast-misc"
27 "diffast-core" {= version}
28 "diffast-api" {= version}
29 "diffast-git" {= version}
30 "diffast-etc"
31 "vlt" {>= "0.2.4"}
32 "odoc" {with-doc}
33]
34build: [
35 ["dune" "subst"] {dev}
36 [
37 "dune"
38 "build"
39 "-p"
40 name
41 "-j"
42 jobs
43 "--promote-install-files=false"
44 "@install"
45 "@runtest" {with-test}
46 "@doc" {with-doc}
47 ]
48 ["dune" "install" "-p" name "--create-install-files" name]
49]
50dev-repo: "git+https://github.com/codinuum/diffast.git"
51url {
52 src: "https://github.com/codinuum/diffast/archive/v0.2.tar.gz"
53 checksum: [
54 "sha256=b5bc3e9ed7c92912e06be663c904b6d8c7d277828b6442e43d57c64414d9c5ab"
55 "md5=7404586197ede6a4f0a0d00a69069b37"
56 ]
57}