diff --git a/packages/diffast-api/diffast-api.0.3.5.1/opam b/packages/diffast-api/diffast-api.0.3.5.1/opam new file mode 100644 index 000000000000..7b5a0abe10b3 --- /dev/null +++ b/packages/diffast-api/diffast-api.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "ocaml" {>= "4.14"} + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-cli/diffast-cli.0.3.5.1/opam b/packages/diffast-cli/diffast-cli.0.3.5.1/opam new file mode 100644 index 000000000000..1b654c6a9222 --- /dev/null +++ b/packages/diffast-cli/diffast-cli.0.3.5.1/opam @@ -0,0 +1,52 @@ +# 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" +x-maintenance-intent: ["(latest)"] +depends: [ + "ocaml" {>= "4.14"} + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-core/diffast-core.0.3.5.1/opam b/packages/diffast-core/diffast-core.0.3.5.1/opam new file mode 100644 index 000000000000..558723d68041 --- /dev/null +++ b/packages/diffast-core/diffast-core.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "ocaml" {>= "4.14"} + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-etc/diffast-etc.0.3.5.1/opam b/packages/diffast-etc/diffast-etc.0.3.5.1/opam new file mode 100644 index 000000000000..f9d781d87936 --- /dev/null +++ b/packages/diffast-etc/diffast-etc.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "ocaml" {>= "4.14"} + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-git-cli/diffast-git-cli.0.3.5.1/opam b/packages/diffast-git-cli/diffast-git-cli.0.3.5.1/opam new file mode 100644 index 000000000000..bb3b86b89399 --- /dev/null +++ b/packages/diffast-git-cli/diffast-git-cli.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "ocaml" {>= "4.14"} + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-git/diffast-git.0.3.5.1/opam b/packages/diffast-git/diffast-git.0.3.5.1/opam new file mode 100644 index 000000000000..74e354d43f78 --- /dev/null +++ b/packages/diffast-git/diffast-git.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "ocaml" {>= "4.14"} + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-common/diffast-langs-common.0.3.5.1/opam b/packages/diffast-langs-common/diffast-langs-common.0.3.5.1/opam new file mode 100644 index 000000000000..7e2908fa137e --- /dev/null +++ b/packages/diffast-langs-common/diffast-langs-common.0.3.5.1/opam @@ -0,0 +1,51 @@ +# 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" +x-maintenance-intent: ["(latest)"] +depends: [ + "ocaml" {>= "4.14"} + "dune" {>= "3.17"} + "sedlex" {>= "3.3"} + "menhirLib" + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-cpp-parsing-cli/diffast-langs-cpp-parsing-cli.0.3.5.1/opam b/packages/diffast-langs-cpp-parsing-cli/diffast-langs-cpp-parsing-cli.0.3.5.1/opam new file mode 100644 index 000000000000..291fce76c6ab --- /dev/null +++ b/packages/diffast-langs-cpp-parsing-cli/diffast-langs-cpp-parsing-cli.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-cpp-parsing/diffast-langs-cpp-parsing.0.3.5.1/opam b/packages/diffast-langs-cpp-parsing/diffast-langs-cpp-parsing.0.3.5.1/opam new file mode 100644 index 000000000000..dbfe19931cf6 --- /dev/null +++ b/packages/diffast-langs-cpp-parsing/diffast-langs-cpp-parsing.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +available: arch != "x86_32" & arch != "arm32" & arch != "s390x" +conflicts: [ "ocaml-option-fp" ] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-cpp-spec/diffast-langs-cpp-spec.0.3.5.1/opam b/packages/diffast-langs-cpp-spec/diffast-langs-cpp-spec.0.3.5.1/opam new file mode 100644 index 000000000000..df578fb664e1 --- /dev/null +++ b/packages/diffast-langs-cpp-spec/diffast-langs-cpp-spec.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-cpp/diffast-langs-cpp.0.3.5.1/opam b/packages/diffast-langs-cpp/diffast-langs-cpp.0.3.5.1/opam new file mode 100644 index 000000000000..72f049e134e9 --- /dev/null +++ b/packages/diffast-langs-cpp/diffast-langs-cpp.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-fortran-parsing-cli/diffast-langs-fortran-parsing-cli.0.3.5.1/opam b/packages/diffast-langs-fortran-parsing-cli/diffast-langs-fortran-parsing-cli.0.3.5.1/opam new file mode 100644 index 000000000000..6f7dc78df993 --- /dev/null +++ b/packages/diffast-langs-fortran-parsing-cli/diffast-langs-fortran-parsing-cli.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-fortran-parsing/diffast-langs-fortran-parsing.0.3.5.1/opam b/packages/diffast-langs-fortran-parsing/diffast-langs-fortran-parsing.0.3.5.1/opam new file mode 100644 index 000000000000..95d1ae84fc5f --- /dev/null +++ b/packages/diffast-langs-fortran-parsing/diffast-langs-fortran-parsing.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-fortran-spec/diffast-langs-fortran-spec.0.3.5.1/opam b/packages/diffast-langs-fortran-spec/diffast-langs-fortran-spec.0.3.5.1/opam new file mode 100644 index 000000000000..81882d458756 --- /dev/null +++ b/packages/diffast-langs-fortran-spec/diffast-langs-fortran-spec.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-fortran/diffast-langs-fortran.0.3.5.1/opam b/packages/diffast-langs-fortran/diffast-langs-fortran.0.3.5.1/opam new file mode 100644 index 000000000000..97d74ea4e825 --- /dev/null +++ b/packages/diffast-langs-fortran/diffast-langs-fortran.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-java-parsing-cli/diffast-langs-java-parsing-cli.0.3.5.1/opam b/packages/diffast-langs-java-parsing-cli/diffast-langs-java-parsing-cli.0.3.5.1/opam new file mode 100644 index 000000000000..94c03dce08c3 --- /dev/null +++ b/packages/diffast-langs-java-parsing-cli/diffast-langs-java-parsing-cli.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-java-parsing/diffast-langs-java-parsing.0.3.5.1/opam b/packages/diffast-langs-java-parsing/diffast-langs-java-parsing.0.3.5.1/opam new file mode 100644 index 000000000000..2b155e79f17b --- /dev/null +++ b/packages/diffast-langs-java-parsing/diffast-langs-java-parsing.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-java-spec/diffast-langs-java-spec.0.3.5.1/opam b/packages/diffast-langs-java-spec/diffast-langs-java-spec.0.3.5.1/opam new file mode 100644 index 000000000000..0b59a3d238ef --- /dev/null +++ b/packages/diffast-langs-java-spec/diffast-langs-java-spec.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-java/diffast-langs-java.0.3.5.1/opam b/packages/diffast-langs-java/diffast-langs-java.0.3.5.1/opam new file mode 100644 index 000000000000..5940faf5b889 --- /dev/null +++ b/packages/diffast-langs-java/diffast-langs-java.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-python-parsing-cli/diffast-langs-python-parsing-cli.0.3.5.1/opam b/packages/diffast-langs-python-parsing-cli/diffast-langs-python-parsing-cli.0.3.5.1/opam new file mode 100644 index 000000000000..a6d1a2485470 --- /dev/null +++ b/packages/diffast-langs-python-parsing-cli/diffast-langs-python-parsing-cli.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-python-parsing/diffast-langs-python-parsing.0.3.5.1/opam b/packages/diffast-langs-python-parsing/diffast-langs-python-parsing.0.3.5.1/opam new file mode 100644 index 000000000000..6ab7f196cd1f --- /dev/null +++ b/packages/diffast-langs-python-parsing/diffast-langs-python-parsing.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-python-spec/diffast-langs-python-spec.0.3.5.1/opam b/packages/diffast-langs-python-spec/diffast-langs-python-spec.0.3.5.1/opam new file mode 100644 index 000000000000..9b2ee7911f90 --- /dev/null +++ b/packages/diffast-langs-python-spec/diffast-langs-python-spec.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-python/diffast-langs-python.0.3.5.1/opam b/packages/diffast-langs-python/diffast-langs-python.0.3.5.1/opam new file mode 100644 index 000000000000..4e0ca55a1959 --- /dev/null +++ b/packages/diffast-langs-python/diffast-langs-python.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-verilog-parsing-cli/diffast-langs-verilog-parsing-cli.0.3.5.1/opam b/packages/diffast-langs-verilog-parsing-cli/diffast-langs-verilog-parsing-cli.0.3.5.1/opam new file mode 100644 index 000000000000..0fcdad41f5cd --- /dev/null +++ b/packages/diffast-langs-verilog-parsing-cli/diffast-langs-verilog-parsing-cli.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-verilog-parsing/diffast-langs-verilog-parsing.0.3.5.1/opam b/packages/diffast-langs-verilog-parsing/diffast-langs-verilog-parsing.0.3.5.1/opam new file mode 100644 index 000000000000..b02bc221dcc7 --- /dev/null +++ b/packages/diffast-langs-verilog-parsing/diffast-langs-verilog-parsing.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-verilog-spec/diffast-langs-verilog-spec.0.3.5.1/opam b/packages/diffast-langs-verilog-spec/diffast-langs-verilog-spec.0.3.5.1/opam new file mode 100644 index 000000000000..bccacca12e0e --- /dev/null +++ b/packages/diffast-langs-verilog-spec/diffast-langs-verilog-spec.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-langs-verilog/diffast-langs-verilog.0.3.5.1/opam b/packages/diffast-langs-verilog/diffast-langs-verilog.0.3.5.1/opam new file mode 100644 index 000000000000..c506c0a2482c --- /dev/null +++ b/packages/diffast-langs-verilog/diffast-langs-verilog.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast-misc/diffast-misc.0.3.5.1/opam b/packages/diffast-misc/diffast-misc.0.3.5.1/opam new file mode 100644 index 000000000000..6886f1260d42 --- /dev/null +++ b/packages/diffast-misc/diffast-misc.0.3.5.1/opam @@ -0,0 +1,65 @@ +# 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" +x-maintenance-intent: ["(latest)"] +depends: [ + "ocaml" {>= "4.14"} + "dune" {>= "3.20.2"} + "base64" {>= "3.5.2"} + "bytesrw" {>= "0.2"} + "cryptokit" {>= "1.20"} + "markup" + "vlt" {>= "0.2.5"} + "conf-gmp" {>= "5"} + "conf-gmp-powm-sec" {>= "4"} + "conf-pkg-config" {>= "4"} + "cppo" {>= "1.8.0"} + "csexp" {>= "1.5.2"} + "dune-configurator" {>= "3.20.2"} + "ocamlbuild" {>= "0.16.1"} + "ocamlfind" {>= "1.9.8"} + "ppxlib" {>= "0.36.2"} + "sexplib0" {>= "v0.17.0"} + "stdlib-shims" {>= "0.3.0"} + "uutf" {>= "1.0.4"} + "zarith" {>= "1.14"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/diffast/diffast.0.3.5.1/opam b/packages/diffast/diffast.0.3.5.1/opam new file mode 100644 index 000000000000..dbfdbf290096 --- /dev/null +++ b/packages/diffast/diffast.0.3.5.1/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" +x-maintenance-intent: ["(latest)"] +depends: [ + "dune" {>= "3.17"} + "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" +url { + src: "https://github.com/codinuum/diffast/archive/v0.3.5.1.tar.gz" + checksum: [ + "sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5" + "md5=be0348ed663151930bc8ced0ca678b60" + ] +} diff --git a/packages/vlt/vlt.0.2.5/opam b/packages/vlt/vlt.0.2.5/opam index 71df0007d1a2..f96fafa92999 100644 --- a/packages/vlt/vlt.0.2.5/opam +++ b/packages/vlt/vlt.0.2.5/opam @@ -19,6 +19,9 @@ depends: [ "ocamlfind" {with-test} "odoc" {with-doc} ] +conflicts: [ + "ppxlib" {= "0.37.0~5.4preview"} +] build: [ ["dune" "subst"] {dev} [