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 1) (#27459)

authored by

codinuum and committed by
GitHub
3f0fbcdd 0ef39ab6

+155
+56
packages/diffast-core/diffast-core.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Core functions of Diff/AST" 4 + description: 5 + "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." 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 + tags: ["abstract syntax tree" "differencing"] 16 + homepage: "https://github.com/codinuum/diffast" 17 + doc: "https://github.com/codinuum/diffast/README.md" 18 + bug-reports: "https://github.com/codinuum/diffast/issues" 19 + depends: [ 20 + "ocaml" {>= "4.14"} 21 + "dune" {>= "3.17"} 22 + "dune-site" 23 + "camlp-streams" 24 + "uuidm" 25 + "csv" 26 + "base64" 27 + "sedlex" 28 + "menhir" 29 + "diffast-misc" {= version} 30 + "vlt" {>= "0.2.4"} 31 + "odoc" {with-doc} 32 + ] 33 + build: [ 34 + ["dune" "subst"] {dev} 35 + [ 36 + "dune" 37 + "build" 38 + "-p" 39 + name 40 + "-j" 41 + jobs 42 + "--promote-install-files=false" 43 + "@install" 44 + "@runtest" {with-test} 45 + "@doc" {with-doc} 46 + ] 47 + ["dune" "install" "-p" name "--create-install-files" name] 48 + ] 49 + dev-repo: "git+https://github.com/codinuum/diffast.git" 50 + url { 51 + src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz" 52 + checksum: [ 53 + "sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a" 54 + "md5=a0d35178f15cd2d2a3b907a0bbcc959c" 55 + ] 56 + }
+49
packages/diffast-git/diffast-git.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Git functions for Diff/AST API" 4 + description: 5 + "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." 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 + "git-unix" {>= "3.17"} 22 + "diffast-misc" {= 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 + }
+50
packages/diffast-langs-common/diffast-langs-common.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Common functions for parsers of Diff/AST" 4 + description: 5 + "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." 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 + "sedlex" {>= "3.3"} 22 + "menhirLib" 23 + "diffast-misc" {= version} 24 + "vlt" {>= "0.2.4"} 25 + "odoc" {with-doc} 26 + ] 27 + build: [ 28 + ["dune" "subst"] {dev} 29 + [ 30 + "dune" 31 + "build" 32 + "-p" 33 + name 34 + "-j" 35 + jobs 36 + "--promote-install-files=false" 37 + "@install" 38 + "@runtest" {with-test} 39 + "@doc" {with-doc} 40 + ] 41 + ["dune" "install" "-p" name "--create-install-files" name] 42 + ] 43 + dev-repo: "git+https://github.com/codinuum/diffast.git" 44 + url { 45 + src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz" 46 + checksum: [ 47 + "sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a" 48 + "md5=a0d35178f15cd2d2a3b907a0bbcc959c" 49 + ] 50 + }