this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] diffast 0.1.1 (part 2) (#27479)

* [new release] diffast 0.1.1 (part 2)

* fix

* fix

* fix

* fix

authored by

codinuum and committed by
GitHub
79fe9614 1b3d212c

+551
+49
packages/diffast-api/diffast-api.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Diff/AST API" 4 + description: 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." 6 + maintainer: [ 7 + "Codinuum <codinuum@me.com>" 8 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 9 + ] 10 + authors: [ 11 + "Codinuum <codinuum@me.com>" 12 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 13 + ] 14 + license: "Apache-2.0" 15 + homepage: "https://github.com/codinuum/diffast" 16 + doc: "https://github.com/codinuum/diffast/README.md" 17 + bug-reports: "https://github.com/codinuum/diffast/issues" 18 + depends: [ 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 + ] 26 + build: [ 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 + ] 42 + dev-repo: "git+https://github.com/codinuum/diffast.git" 43 + url { 44 + src: "https://github.com/codinuum/diffast/archive/v0.1.1.1.tar.gz" 45 + checksum: [ 46 + "sha256=ff02899b933ad8cc91a032088c40997ed06dfe4920513e90f6c45ed05fddf025" 47 + "md5=35ed1a17ac08c110ae71ee532b861c86" 48 + ] 49 + }
+53
packages/diffast-langs-cpp-parsing/diffast-langs-cpp-parsing.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "C++/C parser for Diff/AST" 4 + description: 5 + "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." 6 + maintainer: [ 7 + "Codinuum <codinuum@me.com>" 8 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 9 + ] 10 + authors: [ 11 + "Codinuum <codinuum@me.com>" 12 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 13 + ] 14 + license: "Apache-2.0" 15 + homepage: "https://github.com/codinuum/diffast" 16 + doc: "https://github.com/codinuum/diffast/README.md" 17 + bug-reports: "https://github.com/codinuum/diffast/issues" 18 + available: arch != "x86_32" & arch != "arm32" & arch != "s390x" 19 + conflicts: [ "ocaml-option-fp" ] 20 + depends: [ 21 + "dune" {>= "3.17"} 22 + "ocaml" {>= "4.14"} 23 + "camlp-streams" 24 + "sedlex" 25 + "menhir" 26 + "diffast-langs-common" {= version} 27 + "vlt" {>= "0.2.4"} 28 + "odoc" {with-doc} 29 + ] 30 + build: [ 31 + ["dune" "subst"] {dev} 32 + [ 33 + "dune" 34 + "build" 35 + "-p" 36 + name 37 + "-j" 38 + jobs 39 + "--promote-install-files=false" 40 + "@install" 41 + "@runtest" {with-test} 42 + "@doc" {with-doc} 43 + ] 44 + ["dune" "install" "-p" name "--create-install-files" name] 45 + ] 46 + dev-repo: "git+https://github.com/codinuum/diffast.git" 47 + url { 48 + src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz" 49 + checksum: [ 50 + "sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a" 51 + "md5=a0d35178f15cd2d2a3b907a0bbcc959c" 52 + ] 53 + }
+49
packages/diffast-langs-cpp-spec/diffast-langs-cpp-spec.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "C/C++ parser spec for Diff/AST" 4 + description: 5 + "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." 6 + maintainer: [ 7 + "Codinuum <codinuum@me.com>" 8 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 9 + ] 10 + authors: [ 11 + "Codinuum <codinuum@me.com>" 12 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 13 + ] 14 + license: "Apache-2.0" 15 + homepage: "https://github.com/codinuum/diffast" 16 + doc: "https://github.com/codinuum/diffast/README.md" 17 + bug-reports: "https://github.com/codinuum/diffast/issues" 18 + depends: [ 19 + "dune" {>= "3.17"} 20 + "ocaml" {>= "4.14"} 21 + "dune-site" 22 + "diffast-core" {= version} 23 + "vlt" {>= "0.2.4"} 24 + "odoc" {with-doc} 25 + ] 26 + build: [ 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 + ] 42 + dev-repo: "git+https://github.com/codinuum/diffast.git" 43 + url { 44 + src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz" 45 + checksum: [ 46 + "sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a" 47 + "md5=a0d35178f15cd2d2a3b907a0bbcc959c" 48 + ] 49 + }
+51
packages/diffast-langs-fortran-parsing/diffast-langs-fortran-parsing.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Fortran parser for Diff/AST" 4 + description: 5 + "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." 6 + maintainer: [ 7 + "Codinuum <codinuum@me.com>" 8 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 9 + ] 10 + authors: [ 11 + "Codinuum <codinuum@me.com>" 12 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 13 + ] 14 + license: "Apache-2.0" 15 + homepage: "https://github.com/codinuum/diffast" 16 + doc: "https://github.com/codinuum/diffast/README.md" 17 + bug-reports: "https://github.com/codinuum/diffast/issues" 18 + depends: [ 19 + "dune" {>= "3.17"} 20 + "ocaml" {>= "4.14"} 21 + "camlp-streams" 22 + "sedlex" 23 + "menhir" 24 + "diffast-langs-common" {= version} 25 + "vlt" {>= "0.2.4"} 26 + "odoc" {with-doc} 27 + ] 28 + build: [ 29 + ["dune" "subst"] {dev} 30 + [ 31 + "dune" 32 + "build" 33 + "-p" 34 + name 35 + "-j" 36 + jobs 37 + "--promote-install-files=false" 38 + "@install" 39 + "@runtest" {with-test} 40 + "@doc" {with-doc} 41 + ] 42 + ["dune" "install" "-p" name "--create-install-files" name] 43 + ] 44 + dev-repo: "git+https://github.com/codinuum/diffast.git" 45 + url { 46 + src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz" 47 + checksum: [ 48 + "sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a" 49 + "md5=a0d35178f15cd2d2a3b907a0bbcc959c" 50 + ] 51 + }
+49
packages/diffast-langs-fortran-spec/diffast-langs-fortran-spec.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Fortran parser spec for Diff/AST" 4 + description: 5 + "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." 6 + maintainer: [ 7 + "Codinuum <codinuum@me.com>" 8 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 9 + ] 10 + authors: [ 11 + "Codinuum <codinuum@me.com>" 12 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 13 + ] 14 + license: "Apache-2.0" 15 + homepage: "https://github.com/codinuum/diffast" 16 + doc: "https://github.com/codinuum/diffast/README.md" 17 + bug-reports: "https://github.com/codinuum/diffast/issues" 18 + depends: [ 19 + "dune" {>= "3.17"} 20 + "ocaml" {>= "4.14"} 21 + "dune-site" 22 + "diffast-core" {= version} 23 + "vlt" {>= "0.2.4"} 24 + "odoc" {with-doc} 25 + ] 26 + build: [ 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 + ] 42 + dev-repo: "git+https://github.com/codinuum/diffast.git" 43 + url { 44 + src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz" 45 + checksum: [ 46 + "sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a" 47 + "md5=a0d35178f15cd2d2a3b907a0bbcc959c" 48 + ] 49 + }
+51
packages/diffast-langs-java-parsing/diffast-langs-java-parsing.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Java parser for Diff/AST" 4 + description: 5 + "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." 6 + maintainer: [ 7 + "Codinuum <codinuum@me.com>" 8 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 9 + ] 10 + authors: [ 11 + "Codinuum <codinuum@me.com>" 12 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 13 + ] 14 + license: "Apache-2.0" 15 + homepage: "https://github.com/codinuum/diffast" 16 + doc: "https://github.com/codinuum/diffast/README.md" 17 + bug-reports: "https://github.com/codinuum/diffast/issues" 18 + depends: [ 19 + "dune" {>= "3.17"} 20 + "ocaml" {>= "4.14"} 21 + "camlp-streams" 22 + "sedlex" 23 + "menhir" 24 + "diffast-langs-common" {= version} 25 + "vlt" {>= "0.2.4"} 26 + "odoc" {with-doc} 27 + ] 28 + build: [ 29 + ["dune" "subst"] {dev} 30 + [ 31 + "dune" 32 + "build" 33 + "-p" 34 + name 35 + "-j" 36 + jobs 37 + "--promote-install-files=false" 38 + "@install" 39 + "@runtest" {with-test} 40 + "@doc" {with-doc} 41 + ] 42 + ["dune" "install" "-p" name "--create-install-files" name] 43 + ] 44 + dev-repo: "git+https://github.com/codinuum/diffast.git" 45 + url { 46 + src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz" 47 + checksum: [ 48 + "sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a" 49 + "md5=a0d35178f15cd2d2a3b907a0bbcc959c" 50 + ] 51 + }
+49
packages/diffast-langs-java-spec/diffast-langs-java-spec.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Java parser spec for Diff/AST" 4 + description: 5 + "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." 6 + maintainer: [ 7 + "Codinuum <codinuum@me.com>" 8 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 9 + ] 10 + authors: [ 11 + "Codinuum <codinuum@me.com>" 12 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 13 + ] 14 + license: "Apache-2.0" 15 + homepage: "https://github.com/codinuum/diffast" 16 + doc: "https://github.com/codinuum/diffast/README.md" 17 + bug-reports: "https://github.com/codinuum/diffast/issues" 18 + depends: [ 19 + "dune" {>= "3.17"} 20 + "ocaml" {>= "4.14"} 21 + "dune-site" 22 + "diffast-core" {= version} 23 + "vlt" {>= "0.2.4"} 24 + "odoc" {with-doc} 25 + ] 26 + build: [ 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 + ] 42 + dev-repo: "git+https://github.com/codinuum/diffast.git" 43 + url { 44 + src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz" 45 + checksum: [ 46 + "sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a" 47 + "md5=a0d35178f15cd2d2a3b907a0bbcc959c" 48 + ] 49 + }
+51
packages/diffast-langs-python-parsing/diffast-langs-python-parsing.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Python parser for Diff/AST" 4 + description: 5 + "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." 6 + maintainer: [ 7 + "Codinuum <codinuum@me.com>" 8 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 9 + ] 10 + authors: [ 11 + "Codinuum <codinuum@me.com>" 12 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 13 + ] 14 + license: "Apache-2.0" 15 + homepage: "https://github.com/codinuum/diffast" 16 + doc: "https://github.com/codinuum/diffast/README.md" 17 + bug-reports: "https://github.com/codinuum/diffast/issues" 18 + depends: [ 19 + "dune" {>= "3.17"} 20 + "ocaml" {>= "4.14"} 21 + "camlp-streams" 22 + "sedlex" 23 + "menhir" 24 + "diffast-langs-common" {= version} 25 + "vlt" {>= "0.2.4"} 26 + "odoc" {with-doc} 27 + ] 28 + build: [ 29 + ["dune" "subst"] {dev} 30 + [ 31 + "dune" 32 + "build" 33 + "-p" 34 + name 35 + "-j" 36 + jobs 37 + "--promote-install-files=false" 38 + "@install" 39 + "@runtest" {with-test} 40 + "@doc" {with-doc} 41 + ] 42 + ["dune" "install" "-p" name "--create-install-files" name] 43 + ] 44 + dev-repo: "git+https://github.com/codinuum/diffast.git" 45 + url { 46 + src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz" 47 + checksum: [ 48 + "sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a" 49 + "md5=a0d35178f15cd2d2a3b907a0bbcc959c" 50 + ] 51 + }
+49
packages/diffast-langs-python-spec/diffast-langs-python-spec.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Python parser spec for Diff/AST" 4 + description: 5 + "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." 6 + maintainer: [ 7 + "Codinuum <codinuum@me.com>" 8 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 9 + ] 10 + authors: [ 11 + "Codinuum <codinuum@me.com>" 12 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 13 + ] 14 + license: "Apache-2.0" 15 + homepage: "https://github.com/codinuum/diffast" 16 + doc: "https://github.com/codinuum/diffast/README.md" 17 + bug-reports: "https://github.com/codinuum/diffast/issues" 18 + depends: [ 19 + "dune" {>= "3.17"} 20 + "ocaml" {>= "4.14"} 21 + "dune-site" 22 + "diffast-core" {= version} 23 + "vlt" {>= "0.2.4"} 24 + "odoc" {with-doc} 25 + ] 26 + build: [ 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 + ] 42 + dev-repo: "git+https://github.com/codinuum/diffast.git" 43 + url { 44 + src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz" 45 + checksum: [ 46 + "sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a" 47 + "md5=a0d35178f15cd2d2a3b907a0bbcc959c" 48 + ] 49 + }
+51
packages/diffast-langs-verilog-parsing/diffast-langs-verilog-parsing.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Verilog parser for Diff/AST" 4 + description: 5 + "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." 6 + maintainer: [ 7 + "Codinuum <codinuum@me.com>" 8 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 9 + ] 10 + authors: [ 11 + "Codinuum <codinuum@me.com>" 12 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 13 + ] 14 + license: "Apache-2.0" 15 + homepage: "https://github.com/codinuum/diffast" 16 + doc: "https://github.com/codinuum/diffast/README.md" 17 + bug-reports: "https://github.com/codinuum/diffast/issues" 18 + depends: [ 19 + "dune" {>= "3.17"} 20 + "ocaml" {>= "4.14"} 21 + "camlp-streams" 22 + "sedlex" 23 + "menhir" 24 + "diffast-langs-common" {= version} 25 + "vlt" {>= "0.2.4"} 26 + "odoc" {with-doc} 27 + ] 28 + build: [ 29 + ["dune" "subst"] {dev} 30 + [ 31 + "dune" 32 + "build" 33 + "-p" 34 + name 35 + "-j" 36 + jobs 37 + "--promote-install-files=false" 38 + "@install" 39 + "@runtest" {with-test} 40 + "@doc" {with-doc} 41 + ] 42 + ["dune" "install" "-p" name "--create-install-files" name] 43 + ] 44 + dev-repo: "git+https://github.com/codinuum/diffast.git" 45 + url { 46 + src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz" 47 + checksum: [ 48 + "sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a" 49 + "md5=a0d35178f15cd2d2a3b907a0bbcc959c" 50 + ] 51 + }
+49
packages/diffast-langs-verilog-spec/diffast-langs-verilog-spec.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Verilog parser spec for Diff/AST" 4 + description: 5 + "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." 6 + maintainer: [ 7 + "Codinuum <codinuum@me.com>" 8 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 9 + ] 10 + authors: [ 11 + "Codinuum <codinuum@me.com>" 12 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 13 + ] 14 + license: "Apache-2.0" 15 + homepage: "https://github.com/codinuum/diffast" 16 + doc: "https://github.com/codinuum/diffast/README.md" 17 + bug-reports: "https://github.com/codinuum/diffast/issues" 18 + depends: [ 19 + "dune" {>= "3.17"} 20 + "ocaml" {>= "4.14"} 21 + "dune-site" 22 + "diffast-core" {= version} 23 + "vlt" {>= "0.2.4"} 24 + "odoc" {with-doc} 25 + ] 26 + build: [ 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 + ] 42 + dev-repo: "git+https://github.com/codinuum/diffast.git" 43 + url { 44 + src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz" 45 + checksum: [ 46 + "sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a" 47 + "md5=a0d35178f15cd2d2a3b907a0bbcc959c" 48 + ] 49 + }