this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Diff/AST API"
4description:
5 "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."
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"
18depends: [
19 "ocaml" {>= "4.14"}
20 "dune" {>= "3.17"}
21 "diffast-misc" {= version}
22 "diffast-core" {= version}
23 "vlt" {>= "0.2.4"}
24 "odoc" {with-doc}
25]
26build: [
27 ["dune" "subst"] {dev}
28 [
29 "dune"
30 "build"
31 "-p"
32 name
33 "-j"
34 jobs
35 "--promote-install-files=false"
36 "@install"
37 "@runtest" {with-test}
38 "@doc" {with-doc}
39 ]
40 ["dune" "install" "-p" name "--create-install-files" name]
41]
42dev-repo: "git+https://github.com/codinuum/diffast.git"
43url {
44 src: "https://github.com/codinuum/diffast/archive/v0.1.1.1.tar.gz"
45 checksum: [
46 "sha256=ff02899b933ad8cc91a032088c40997ed06dfe4920513e90f6c45ed05fddf025"
47 "md5=35ed1a17ac08c110ae71ee532b861c86"
48 ]
49}