diff --git a/packages/diffast-api/diffast-api.0.3.6/opam b/packages/diffast-api/diffast-api.0.3.6/opam new file mode 100644 index 000000000000..659956c2a242 --- /dev/null +++ b/packages/diffast-api/diffast-api.0.3.6/opam @@ -0,0 +1,50 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Diff/AST API" +description: + "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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "ocaml" {>= "4.14"} + "dune" {>= "3.18"} + "diffast-misc" {= version} + "diffast-core" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-cli/diffast-cli.0.3.6/opam b/packages/diffast-cli/diffast-cli.0.3.6/opam new file mode 100644 index 000000000000..8cd891197c77 --- /dev/null +++ b/packages/diffast-cli/diffast-cli.0.3.6/opam @@ -0,0 +1,53 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Diff/AST command line interface" +description: + "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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "ocaml" {>= "4.14"} + "dune" {>= "3.18"} + "diffast-misc" {= version} + "diffast-core" {= version} + "diffast-api" {= version} + "diffast-etc" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} +available: os != "win32" diff --git a/packages/diffast-core/diffast-core.0.3.6/opam b/packages/diffast-core/diffast-core.0.3.6/opam new file mode 100644 index 000000000000..f42d02471046 --- /dev/null +++ b/packages/diffast-core/diffast-core.0.3.6/opam @@ -0,0 +1,57 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Core functions of Diff/AST" +description: + "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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +tags: ["abstract syntax tree" "differencing"] +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "ocaml" {>= "4.14"} + "dune" {>= "3.18"} + "dune-site" + "camlp-streams" + "uuidm" + "csv" + "base64" + "sedlex" + "menhir" + "diffast-misc" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-etc/diffast-etc.0.3.6/opam b/packages/diffast-etc/diffast-etc.0.3.6/opam new file mode 100644 index 000000000000..f4b3029f342b --- /dev/null +++ b/packages/diffast-etc/diffast-etc.0.3.6/opam @@ -0,0 +1,47 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Diff/AST etc files" +description: + "Config files 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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "ocaml" {>= "4.14"} + "dune" {>= "3.18"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-git-cli/diffast-git-cli.0.3.6/opam b/packages/diffast-git-cli/diffast-git-cli.0.3.6/opam new file mode 100644 index 000000000000..a10bec1e176d --- /dev/null +++ b/packages/diffast-git-cli/diffast-git-cli.0.3.6/opam @@ -0,0 +1,57 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Git-Diff/AST command line interface" +description: + "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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "ocaml" {>= "4.14"} + "dune" {>= "3.18"} + "cmdliner" {>= "2.0"} + "mtime" {>= "2.0"} + "fmt" + "logs" + "diffast-misc" {= version} + "diffast-core" {= version} + "diffast-api" {= version} + "diffast-git" {= version} + "diffast-etc" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-git/diffast-git.0.3.6/opam b/packages/diffast-git/diffast-git.0.3.6/opam new file mode 100644 index 000000000000..371fa22bc3d8 --- /dev/null +++ b/packages/diffast-git/diffast-git.0.3.6/opam @@ -0,0 +1,50 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Git functions for Diff/AST API" +description: + "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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "ocaml" {>= "4.14"} + "dune" {>= "3.18"} + "git-unix" {>= "3.17"} + "diffast-misc" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-common/diffast-langs-common.0.3.6/opam b/packages/diffast-langs-common/diffast-langs-common.0.3.6/opam new file mode 100644 index 000000000000..aaa29ac7b8bf --- /dev/null +++ b/packages/diffast-langs-common/diffast-langs-common.0.3.6/opam @@ -0,0 +1,52 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Common functions for parsers of Diff/AST" +description: + "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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "ocaml" {>= "4.14"} + "dune" {>= "3.18"} + "sedlex" {>= "3.3"} + "menhirLib" + "diffast-misc" {= version} + "vlt" {>= "0.2.4"} + "cppo" {build} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-cpp-parsing-cli/diffast-langs-cpp-parsing-cli.0.3.6/opam b/packages/diffast-langs-cpp-parsing-cli/diffast-langs-cpp-parsing-cli.0.3.6/opam new file mode 100644 index 000000000000..45c653601525 --- /dev/null +++ b/packages/diffast-langs-cpp-parsing-cli/diffast-langs-cpp-parsing-cli.0.3.6/opam @@ -0,0 +1,50 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "C/C++ parser CLI" +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "threads" + "diffast-misc" {= version} + "diffast-langs-common" {= version} + "diffast-langs-cpp-parsing" {= version} + "diffast-etc" {= version} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-cpp-parsing/diffast-langs-cpp-parsing.0.3.6/opam b/packages/diffast-langs-cpp-parsing/diffast-langs-cpp-parsing.0.3.6/opam new file mode 100644 index 000000000000..4465193dcd22 --- /dev/null +++ b/packages/diffast-langs-cpp-parsing/diffast-langs-cpp-parsing.0.3.6/opam @@ -0,0 +1,54 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "C++/C parser for Diff/AST" +description: + "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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +available: arch != "x86_32" & arch != "arm32" & arch != "s390x" +conflicts: [ "ocaml-option-fp" ] +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "camlp-streams" + "sedlex" + "menhir" + "diffast-langs-common" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-cpp-spec/diffast-langs-cpp-spec.0.3.6/opam b/packages/diffast-langs-cpp-spec/diffast-langs-cpp-spec.0.3.6/opam new file mode 100644 index 000000000000..6ceb518204e8 --- /dev/null +++ b/packages/diffast-langs-cpp-spec/diffast-langs-cpp-spec.0.3.6/opam @@ -0,0 +1,50 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "C/C++ parser spec for Diff/AST" +description: + "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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "dune-site" + "diffast-core" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-cpp/diffast-langs-cpp.0.3.6/opam b/packages/diffast-langs-cpp/diffast-langs-cpp.0.3.6/opam new file mode 100644 index 000000000000..c0b62e08e451 --- /dev/null +++ b/packages/diffast-langs-cpp/diffast-langs-cpp.0.3.6/opam @@ -0,0 +1,53 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "C++/C parser plugin for Diff/AST" +description: + "C++/C parser plugin 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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "dune-site" + "diffast-misc" {= version} + "diffast-core" {= version} + "diffast-langs-cpp-parsing" {= version} + "diffast-langs-cpp-spec" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-fortran-parsing-cli/diffast-langs-fortran-parsing-cli.0.3.6/opam b/packages/diffast-langs-fortran-parsing-cli/diffast-langs-fortran-parsing-cli.0.3.6/opam new file mode 100644 index 000000000000..ccd7194b90b3 --- /dev/null +++ b/packages/diffast-langs-fortran-parsing-cli/diffast-langs-fortran-parsing-cli.0.3.6/opam @@ -0,0 +1,49 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Fortran parser CLI" +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "threads" + "diffast-misc" {= version} + "diffast-langs-fortran-parsing" {= version} + "diffast-etc" {= version} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-fortran-parsing/diffast-langs-fortran-parsing.0.3.6/opam b/packages/diffast-langs-fortran-parsing/diffast-langs-fortran-parsing.0.3.6/opam new file mode 100644 index 000000000000..9643d0af95a0 --- /dev/null +++ b/packages/diffast-langs-fortran-parsing/diffast-langs-fortran-parsing.0.3.6/opam @@ -0,0 +1,52 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Fortran parser for Diff/AST" +description: + "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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "camlp-streams" + "sedlex" + "menhir" + "diffast-langs-common" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-fortran-spec/diffast-langs-fortran-spec.0.3.6/opam b/packages/diffast-langs-fortran-spec/diffast-langs-fortran-spec.0.3.6/opam new file mode 100644 index 000000000000..ba8956fb0ce2 --- /dev/null +++ b/packages/diffast-langs-fortran-spec/diffast-langs-fortran-spec.0.3.6/opam @@ -0,0 +1,50 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Fortran parser spec for Diff/AST" +description: + "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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "dune-site" + "diffast-core" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-fortran/diffast-langs-fortran.0.3.6/opam b/packages/diffast-langs-fortran/diffast-langs-fortran.0.3.6/opam new file mode 100644 index 000000000000..9473226e0513 --- /dev/null +++ b/packages/diffast-langs-fortran/diffast-langs-fortran.0.3.6/opam @@ -0,0 +1,53 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Fortran parser plugin for Diff/AST" +description: + "Fortran parser plugin 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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "dune-site" + "diffast-misc" {= version} + "diffast-core" {= version} + "diffast-langs-fortran-parsing" {= version} + "diffast-langs-fortran-spec" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-java-parsing-cli/diffast-langs-java-parsing-cli.0.3.6/opam b/packages/diffast-langs-java-parsing-cli/diffast-langs-java-parsing-cli.0.3.6/opam new file mode 100644 index 000000000000..9b8484370f65 --- /dev/null +++ b/packages/diffast-langs-java-parsing-cli/diffast-langs-java-parsing-cli.0.3.6/opam @@ -0,0 +1,49 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Java parser CLI" +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "threads" + "diffast-misc" {= version} + "diffast-langs-java-parsing" {= version} + "diffast-etc" {= version} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-java-parsing/diffast-langs-java-parsing.0.3.6/opam b/packages/diffast-langs-java-parsing/diffast-langs-java-parsing.0.3.6/opam new file mode 100644 index 000000000000..7ad6f1ae9987 --- /dev/null +++ b/packages/diffast-langs-java-parsing/diffast-langs-java-parsing.0.3.6/opam @@ -0,0 +1,52 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Java parser for Diff/AST" +description: + "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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "camlp-streams" + "sedlex" + "menhir" + "diffast-langs-common" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-java-spec/diffast-langs-java-spec.0.3.6/opam b/packages/diffast-langs-java-spec/diffast-langs-java-spec.0.3.6/opam new file mode 100644 index 000000000000..7e1405d1fa07 --- /dev/null +++ b/packages/diffast-langs-java-spec/diffast-langs-java-spec.0.3.6/opam @@ -0,0 +1,50 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Java parser spec for Diff/AST" +description: + "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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "dune-site" + "diffast-core" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-java/diffast-langs-java.0.3.6/opam b/packages/diffast-langs-java/diffast-langs-java.0.3.6/opam new file mode 100644 index 000000000000..919f00dd0ba4 --- /dev/null +++ b/packages/diffast-langs-java/diffast-langs-java.0.3.6/opam @@ -0,0 +1,53 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Java parser plugin for Diff/AST" +description: + "Java parser plugin 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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "dune-site" + "diffast-misc" {= version} + "diffast-core" {= version} + "diffast-langs-java-parsing" {= version} + "diffast-langs-java-spec" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-python-parsing-cli/diffast-langs-python-parsing-cli.0.3.6/opam b/packages/diffast-langs-python-parsing-cli/diffast-langs-python-parsing-cli.0.3.6/opam new file mode 100644 index 000000000000..c119085ee234 --- /dev/null +++ b/packages/diffast-langs-python-parsing-cli/diffast-langs-python-parsing-cli.0.3.6/opam @@ -0,0 +1,49 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Python parser CLI" +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "threads" + "diffast-misc" {= version} + "diffast-langs-python-parsing" {= version} + "diffast-etc" {= version} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-python-parsing/diffast-langs-python-parsing.0.3.6/opam b/packages/diffast-langs-python-parsing/diffast-langs-python-parsing.0.3.6/opam new file mode 100644 index 000000000000..8b376364f5ee --- /dev/null +++ b/packages/diffast-langs-python-parsing/diffast-langs-python-parsing.0.3.6/opam @@ -0,0 +1,52 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Python parser for Diff/AST" +description: + "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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "camlp-streams" + "sedlex" + "menhir" + "diffast-langs-common" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-python-spec/diffast-langs-python-spec.0.3.6/opam b/packages/diffast-langs-python-spec/diffast-langs-python-spec.0.3.6/opam new file mode 100644 index 000000000000..3dfefa350543 --- /dev/null +++ b/packages/diffast-langs-python-spec/diffast-langs-python-spec.0.3.6/opam @@ -0,0 +1,50 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Python parser spec for Diff/AST" +description: + "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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "dune-site" + "diffast-core" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-python/diffast-langs-python.0.3.6/opam b/packages/diffast-langs-python/diffast-langs-python.0.3.6/opam new file mode 100644 index 000000000000..7894db2fc523 --- /dev/null +++ b/packages/diffast-langs-python/diffast-langs-python.0.3.6/opam @@ -0,0 +1,53 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Python parser plugin for Diff/AST" +description: + "Python parser plugin 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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "dune-site" + "diffast-misc" {= version} + "diffast-core" {= version} + "diffast-langs-python-parsing" {= version} + "diffast-langs-python-spec" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-verilog-parsing-cli/diffast-langs-verilog-parsing-cli.0.3.6/opam b/packages/diffast-langs-verilog-parsing-cli/diffast-langs-verilog-parsing-cli.0.3.6/opam new file mode 100644 index 000000000000..2ac27ca22771 --- /dev/null +++ b/packages/diffast-langs-verilog-parsing-cli/diffast-langs-verilog-parsing-cli.0.3.6/opam @@ -0,0 +1,49 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Verilog parser CLI" +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "threads" + "diffast-misc" {= version} + "diffast-langs-verilog-parsing" {= version} + "diffast-etc" {= version} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-verilog-parsing/diffast-langs-verilog-parsing.0.3.6/opam b/packages/diffast-langs-verilog-parsing/diffast-langs-verilog-parsing.0.3.6/opam new file mode 100644 index 000000000000..8cc7f9e1a354 --- /dev/null +++ b/packages/diffast-langs-verilog-parsing/diffast-langs-verilog-parsing.0.3.6/opam @@ -0,0 +1,52 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Verilog parser for Diff/AST" +description: + "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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "camlp-streams" + "sedlex" + "menhir" + "diffast-langs-common" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-verilog-spec/diffast-langs-verilog-spec.0.3.6/opam b/packages/diffast-langs-verilog-spec/diffast-langs-verilog-spec.0.3.6/opam new file mode 100644 index 000000000000..fce829d406e3 --- /dev/null +++ b/packages/diffast-langs-verilog-spec/diffast-langs-verilog-spec.0.3.6/opam @@ -0,0 +1,50 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Verilog parser spec for Diff/AST" +description: + "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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "dune-site" + "diffast-core" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-langs-verilog/diffast-langs-verilog.0.3.6/opam b/packages/diffast-langs-verilog/diffast-langs-verilog.0.3.6/opam new file mode 100644 index 000000000000..9370e54b613e --- /dev/null +++ b/packages/diffast-langs-verilog/diffast-langs-verilog.0.3.6/opam @@ -0,0 +1,53 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Verilog parser plugin for Diff/AST" +description: + "Verilog parser plugin 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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "dune-site" + "diffast-misc" {= version} + "diffast-core" {= version} + "diffast-langs-verilog-parsing" {= version} + "diffast-langs-verilog-spec" {= version} + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast-misc/diffast-misc.0.3.6/opam b/packages/diffast-misc/diffast-misc.0.3.6/opam new file mode 100644 index 000000000000..61412d057d32 --- /dev/null +++ b/packages/diffast-misc/diffast-misc.0.3.6/opam @@ -0,0 +1,52 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Miscellaneous functions for Diff/AST" +description: + "Miscellaneous functions such as input/output functions 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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "ocaml" {>= "4.14"} + "dune" {>= "3.18"} + "base64" {>= "3.0.0"} + "bytesrw" + "cryptokit" + "markup" + "vlt" {>= "0.2.4"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +} diff --git a/packages/diffast/diffast.0.3.6/opam b/packages/diffast/diffast.0.3.6/opam new file mode 100644 index 000000000000..18f616863dfc --- /dev/null +++ b/packages/diffast/diffast.0.3.6/opam @@ -0,0 +1,70 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Diff/AST: A fine-grained source code differencing tool" +description: + "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." +maintainer: [ + "Codinuum " + "Masatomo Hashimoto " +] +authors: [ + "Codinuum " + "Masatomo Hashimoto " +] +license: "Apache-2.0" +homepage: "https://github.com/codinuum/diffast" +doc: "https://github.com/codinuum/diffast/README.md" +bug-reports: "https://github.com/codinuum/diffast/issues" +depends: [ + "dune" {>= "3.18"} + "ocaml" {>= "4.14"} + "diffast-misc" {= version} + "diffast-core" {= version} + "diffast-etc" {= version} + "diffast-api" {= version} + "diffast-cli" {= version} + "diffast-git" {= version} + "diffast-git-cli" {= version} + "diffast-langs-common" {= version} + "diffast-langs-cpp-parsing" {= version} + "diffast-langs-cpp-spec" {= version} + "diffast-langs-cpp" {= version} + "diffast-langs-fortran-parsing" {= version} + "diffast-langs-fortran-spec" {= version} + "diffast-langs-fortran" {= version} + "diffast-langs-java-parsing" {= version} + "diffast-langs-java-spec" {= version} + "diffast-langs-java" {= version} + "diffast-langs-python-parsing" {= version} + "diffast-langs-python-spec" {= version} + "diffast-langs-python" {= version} + "diffast-langs-verilog-parsing" {= version} + "diffast-langs-verilog-spec" {= version} + "diffast-langs-verilog" {= version} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/codinuum/diffast.git" +x-maintenance-intent: ["(latest)"] +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz" + checksum: [ + "sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0" + "md5=edb85aaf77cd22aaa8f6ce3889bf241d" + ] +}