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 4)

+236
+48
packages/diffast-langs-cpp-parsing-cli/diffast-langs-cpp-parsing-cli.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 CLI" 4 + maintainer: [ 5 + "Codinuum <codinuum@me.com>" 6 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 7 + ] 8 + authors: [ 9 + "Codinuum <codinuum@me.com>" 10 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 11 + ] 12 + license: "Apache-2.0" 13 + homepage: "https://github.com/codinuum/diffast" 14 + doc: "https://github.com/codinuum/diffast/README.md" 15 + bug-reports: "https://github.com/codinuum/diffast/issues" 16 + depends: [ 17 + "dune" {>= "3.17"} 18 + "ocaml" {>= "4.14"} 19 + "diffast-misc" {= version} 20 + "diffast-langs-common" {= version} 21 + "diffast-langs-cpp-parsing" {= version} 22 + "diffast-etc" {= version} 23 + "odoc" {with-doc} 24 + ] 25 + build: [ 26 + ["dune" "subst"] {dev} 27 + [ 28 + "dune" 29 + "build" 30 + "-p" 31 + name 32 + "-j" 33 + jobs 34 + "--promote-install-files=false" 35 + "@install" 36 + "@runtest" {with-test} 37 + "@doc" {with-doc} 38 + ] 39 + ["dune" "install" "-p" name "--create-install-files" name] 40 + ] 41 + dev-repo: "git+https://github.com/codinuum/diffast.git" 42 + url { 43 + src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz" 44 + checksum: [ 45 + "sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a" 46 + "md5=a0d35178f15cd2d2a3b907a0bbcc959c" 47 + ] 48 + }
+47
packages/diffast-langs-fortran-parsing-cli/diffast-langs-fortran-parsing-cli.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Fortran parser CLI" 4 + maintainer: [ 5 + "Codinuum <codinuum@me.com>" 6 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 7 + ] 8 + authors: [ 9 + "Codinuum <codinuum@me.com>" 10 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 11 + ] 12 + license: "Apache-2.0" 13 + homepage: "https://github.com/codinuum/diffast" 14 + doc: "https://github.com/codinuum/diffast/README.md" 15 + bug-reports: "https://github.com/codinuum/diffast/issues" 16 + depends: [ 17 + "dune" {>= "3.17"} 18 + "ocaml" {>= "4.14"} 19 + "diffast-misc" {= version} 20 + "diffast-langs-fortran-parsing" {= version} 21 + "diffast-etc" {= version} 22 + "odoc" {with-doc} 23 + ] 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + [ 27 + "dune" 28 + "build" 29 + "-p" 30 + name 31 + "-j" 32 + jobs 33 + "--promote-install-files=false" 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ["dune" "install" "-p" name "--create-install-files" name] 39 + ] 40 + dev-repo: "git+https://github.com/codinuum/diffast.git" 41 + url { 42 + src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz" 43 + checksum: [ 44 + "sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a" 45 + "md5=a0d35178f15cd2d2a3b907a0bbcc959c" 46 + ] 47 + }
+47
packages/diffast-langs-java-parsing-cli/diffast-langs-java-parsing-cli.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Java parser CLI" 4 + maintainer: [ 5 + "Codinuum <codinuum@me.com>" 6 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 7 + ] 8 + authors: [ 9 + "Codinuum <codinuum@me.com>" 10 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 11 + ] 12 + license: "Apache-2.0" 13 + homepage: "https://github.com/codinuum/diffast" 14 + doc: "https://github.com/codinuum/diffast/README.md" 15 + bug-reports: "https://github.com/codinuum/diffast/issues" 16 + depends: [ 17 + "dune" {>= "3.17"} 18 + "ocaml" {>= "4.14"} 19 + "diffast-misc" {= version} 20 + "diffast-langs-java-parsing" {= version} 21 + "diffast-etc" {= version} 22 + "odoc" {with-doc} 23 + ] 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + [ 27 + "dune" 28 + "build" 29 + "-p" 30 + name 31 + "-j" 32 + jobs 33 + "--promote-install-files=false" 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ["dune" "install" "-p" name "--create-install-files" name] 39 + ] 40 + dev-repo: "git+https://github.com/codinuum/diffast.git" 41 + url { 42 + src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz" 43 + checksum: [ 44 + "sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a" 45 + "md5=a0d35178f15cd2d2a3b907a0bbcc959c" 46 + ] 47 + }
+47
packages/diffast-langs-python-parsing-cli/diffast-langs-python-parsing-cli.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Python parser CLI" 4 + maintainer: [ 5 + "Codinuum <codinuum@me.com>" 6 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 7 + ] 8 + authors: [ 9 + "Codinuum <codinuum@me.com>" 10 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 11 + ] 12 + license: "Apache-2.0" 13 + homepage: "https://github.com/codinuum/diffast" 14 + doc: "https://github.com/codinuum/diffast/README.md" 15 + bug-reports: "https://github.com/codinuum/diffast/issues" 16 + depends: [ 17 + "dune" {>= "3.17"} 18 + "ocaml" {>= "4.14"} 19 + "diffast-misc" {= version} 20 + "diffast-langs-python-parsing" {= version} 21 + "diffast-etc" {= version} 22 + "odoc" {with-doc} 23 + ] 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + [ 27 + "dune" 28 + "build" 29 + "-p" 30 + name 31 + "-j" 32 + jobs 33 + "--promote-install-files=false" 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ["dune" "install" "-p" name "--create-install-files" name] 39 + ] 40 + dev-repo: "git+https://github.com/codinuum/diffast.git" 41 + url { 42 + src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz" 43 + checksum: [ 44 + "sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a" 45 + "md5=a0d35178f15cd2d2a3b907a0bbcc959c" 46 + ] 47 + }
+47
packages/diffast-langs-verilog-parsing-cli/diffast-langs-verilog-parsing-cli.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Verilog parser CLI" 4 + maintainer: [ 5 + "Codinuum <codinuum@me.com>" 6 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 7 + ] 8 + authors: [ 9 + "Codinuum <codinuum@me.com>" 10 + "Masatomo Hashimoto <m.hashimoto@stair.center>" 11 + ] 12 + license: "Apache-2.0" 13 + homepage: "https://github.com/codinuum/diffast" 14 + doc: "https://github.com/codinuum/diffast/README.md" 15 + bug-reports: "https://github.com/codinuum/diffast/issues" 16 + depends: [ 17 + "dune" {>= "3.17"} 18 + "ocaml" {>= "4.14"} 19 + "diffast-misc" {= version} 20 + "diffast-langs-verilog-parsing" {= version} 21 + "diffast-etc" {= version} 22 + "odoc" {with-doc} 23 + ] 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + [ 27 + "dune" 28 + "build" 29 + "-p" 30 + name 31 + "-j" 32 + jobs 33 + "--promote-install-files=false" 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ["dune" "install" "-p" name "--create-install-files" name] 39 + ] 40 + dev-repo: "git+https://github.com/codinuum/diffast.git" 41 + url { 42 + src: "https://github.com/codinuum/diffast/archive/v0.1.1.tar.gz" 43 + checksum: [ 44 + "sha256=2b36318d1317efb4e3ae71727934aa8883dde49ad5dd71d85df6a9b9b10bfe0a" 45 + "md5=a0d35178f15cd2d2a3b907a0bbcc959c" 46 + ] 47 + }